eslint-config-peerigon
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -191,3 +191,3 @@ module.exports = { | ||
"prefer-template": 0, // http://eslint.org/docs/rules/prefer-template | ||
"quote-props": [2, "consistent-as-needed"], // http://eslint.org/docs/rules/quote-props | ||
"quote-props": [2, "as-needed"], // http://eslint.org/docs/rules/quote-props | ||
"quotes": [2, "double", "avoid-escape"], // http://eslint.org/docs/rules/quotes | ||
@@ -194,0 +194,0 @@ "radix": 0, // http://eslint.org/docs/rules/radix |
Changelog | ||
--------- | ||
### 2.0.0 | ||
- **Breaking:** Change rule "quote-props" to "as-needed" | ||
- Add mocha env to tests config | ||
### 1.0.0 | ||
- Add ES2015 rules | ||
- Reached stable state :) |
{ | ||
"name": "eslint-config-peerigon", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Peerigon coding rules as eslint config", | ||
@@ -5,0 +5,0 @@ "main": "base.js", |
module.exports = { | ||
"env": { | ||
"mocha": true | ||
}, | ||
"rules": { | ||
@@ -3,0 +6,0 @@ "padded-blocks": 0, // mocha blocks tend to be more readable with padding |
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
19618
269
0