eslint-config-pv
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
# 1.0.5 | ||
- Changed: Moved strict to es6.js | ||
# 1.0.4 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "eslint-config-pv", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -77,4 +77,6 @@ module.exports = { | ||
// flag usage of arguments variables | ||
"prefer-rest-params": 2 | ||
"prefer-rest-params": 2, | ||
// babel inserts `"use strict";` for us | ||
"strict": [2, "never"] | ||
} | ||
}; |
@@ -342,5 +342,4 @@ /* eslint-disable max-len */ | ||
"space-unary-ops": 1, | ||
"spaced-comment": [1, "always", { "exceptions": ["-", "+", "/", "*"]}], // require or disallow a space immediately following the // or /* in a comment | ||
// babel inserts `"use strict";` for us | ||
"strict": [2, "never"], | ||
// require or disallow a space immediately following the // or /* in a comment | ||
"spaced-comment": [1, "always", { "exceptions": ["-", "+", "/", "*"]}], | ||
// maintain consistency around the spacing inside of template literals | ||
@@ -347,0 +346,0 @@ "template-curly-spacing": [1, "never"], |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31288
676
0