Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tidal

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tidal - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

34

esnext.js

@@ -14,20 +14,2 @@ const path = require('path');

},
ecmaFeatures: {
arrowFunctions: true,
destructuring: true,
classes: true,
defaultParams: true,
blockBindings: true,
modules: true,
objectLiteralComputedProperties: true,
objectLiteralShorthandMethods: true,
objectLiteralShorthandProperties: true,
restParams: true,
spread: true,
forOf: true,
generators: true,
templateStrings: true,
superInFunctions: true,
experimentalObjectRestSpread: true
},
parserOptions: {

@@ -37,2 +19,18 @@ ecmaVersion: 2017,

jsx: false,
experimentalObjectRestSpread: true,
arrowFunctions: true,
destructuring: true,
classes: true,
defaultParams: true,
blockBindings: true,
modules: true,
objectLiteralComputedProperties: true,
objectLiteralShorthandMethods: true,
objectLiteralShorthandProperties: true,
restParams: true,
spread: true,
forOf: true,
generators: true,
templateStrings: true,
superInFunctions: true,
experimentalObjectRestSpread: true

@@ -39,0 +37,0 @@ }

@@ -11,2 +11,3 @@ module.exports = {

],
'capitalized-comments': 0,
'one-var': [2, {

@@ -13,0 +14,0 @@ 'var': 'always', // requires one var declaration per function

{
"name": "eslint-config-tidal",
"version": "1.1.3",
"version": "1.1.4",
"description": "ESLint sharable config for TIDAL",

@@ -43,13 +43,13 @@ "files": [

"devDependencies": {
"eslint": "^3.19.0",
"ava": "^0.19.1",
"is-plain-obj": "^1.0.0",
"temp-write": "^2.0.1"
"eslint": "^4.3.0",
"ava": "^0.21.0",
"is-plain-obj": "^1.1.0",
"temp-write": "^3.3.0"
},
"dependencies": {
"eslint-config-xo": "^0.18.1"
"eslint-config-xo": "^0.18.2"
},
"peerDependencies": {
"eslint": ">=3.19.0"
"eslint": ">=4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc