eslint-config-tidal
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -15,6 +15,5 @@ const path = require('path'); | ||
parserOptions: { | ||
ecmaVersion: 2017, | ||
ecmaVersion: 2018 , | ||
ecmaFeatures: { | ||
jsx: false, | ||
experimentalObjectRestSpread: true, | ||
arrowFunctions: true, | ||
@@ -34,6 +33,5 @@ destructuring: true, | ||
templateStrings: true, | ||
superInFunctions: true, | ||
experimentalObjectRestSpread: true | ||
superInFunctions: true | ||
} | ||
} | ||
}; |
{ | ||
"name": "eslint-config-tidal", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "ESLint sharable config for TIDAL", | ||
@@ -20,3 +20,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=4.0" | ||
"node": ">=6" | ||
}, | ||
@@ -44,4 +44,4 @@ "scripts": { | ||
"devDependencies": { | ||
"eslint": "^4.3.0", | ||
"ava": "^0.21.0", | ||
"ava": "^0.25.0", | ||
"eslint": "^5.7.0", | ||
"is-plain-obj": "^1.1.0", | ||
@@ -51,7 +51,7 @@ "temp-write": "^3.3.0" | ||
"dependencies": { | ||
"eslint-config-xo": "^0.18.2" | ||
"eslint-config-xo": "^0.25.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=4" | ||
"eslint": ">=5.7.0" | ||
} | ||
} |
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
5056
120
+ Addedeslint-config-xo@0.25.1(transitive)
- Removedeslint-config-xo@0.18.2(transitive)
Updatedeslint-config-xo@^0.25.0