eslint-config-tidal
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5137
122
Updatedeslint-config-xo@^0.18.2