eslint-plugin-shopify
Advanced tools
Comparing version 1.0.2 to 2.0.0
module.exports = { | ||
rules: { | ||
'require-flow': require('./lib/rules/require-flow'), | ||
'binary-assignment-parens': require('./lib/rules/binary-assignment-parens'), | ||
}, | ||
@@ -8,3 +9,4 @@ | ||
'require-flow': 0, | ||
'binary-assignment-parens': 0, | ||
}, | ||
}; |
{ | ||
"name": "eslint-plugin-shopify", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Shopify-specific ESLint rules.", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"eslint": "^1.5.0", | ||
"eslint-config-shopify": "*", | ||
"eslint-config-shopify": ">=5.3.0", | ||
"istanbul": "^0.3.20", | ||
@@ -37,0 +37,0 @@ "mocha": "^2.3.2" |
@@ -49,2 +49,3 @@ # eslint-plugin-shopify | ||
- [require-flow](docs/rules/require-flow.md): Requires (or disallows) @flow declarations be present at the top of each file. | ||
- [binary-assignment-parens](docs/rules/binary-assignment-parens.md): Requires (or disallows) assignments of binary, boolean-producing expressions to be wrapped in parentheses. | ||
@@ -57,2 +58,6 @@ ## Contributing | ||
### 2.0.0 - October 6, 2015 | ||
Added `binary-assignment-parens` rule. | ||
### 1.0.2 - September 21, 2015 | ||
@@ -59,0 +64,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
7002
6
78
77