eslint-config-jameslnewell
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0-rc.4
@@ -143,3 +143,3 @@ module.exports = { | ||
'semi-spacing': [2, {'before': false, 'after': true}], | ||
'require-jsdoc': 1, | ||
'require-jsdoc': 0, | ||
'quotes': [2, 'single', 'avoid-escape'], | ||
@@ -146,0 +146,0 @@ 'quote-props': 0, |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.4", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,3 +46,3 @@ module.exports = { | ||
'react/no-direct-mutation-state': 2, | ||
'react/no-multi-comp': 2, | ||
'react/no-multi-comp': 0, | ||
'react/no-set-state': 0, | ||
@@ -49,0 +49,0 @@ 'react/no-unknown-property': 1, |
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