eslint-config-jameslnewell
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -58,3 +58,3 @@ module.exports = { | ||
'no-div-regex': 1, | ||
'no-else-return': 1, | ||
'no-else-return': 0, | ||
'no-empty-label': 2, | ||
@@ -61,0 +61,0 @@ 'no-eq-null': 2, |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ module.exports = { | ||
'react/jsx-max-props-per-line': 0, | ||
'react/jsx-no-bind': 1, //not working? | ||
//'react/jsx-no-bind': 1, //not working? | ||
'react/jsx-no-duplicate-props': 2, | ||
@@ -22,0 +22,0 @@ 'react/jsx-no-literals': 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
13873