eslint-config-zavatta-react
Advanced tools
Comparing version 1.0.0 to 1.1.0
38
index.js
@@ -10,30 +10,30 @@ 'use strict'; | ||
'react/display-name': [2, { acceptTranspilerName: true }], | ||
'react/forbid-prop-types': 1, | ||
'react/jsx-boolean-value': 1, | ||
'react/forbid-prop-types': 2, | ||
'react/jsx-boolean-value': 2, | ||
'react/jsx-closing-bracket-location': 0, | ||
'react/jsx-curly-spacing': 1, | ||
'react/jsx-curly-spacing': 2, | ||
'react/jsx-indent-props': [2, 2], | ||
'react/jsx-max-props-per-line': 1, | ||
'react/jsx-no-duplicate-props': 1, | ||
'react/jsx-max-props-per-line': 2, | ||
'react/jsx-no-duplicate-props': 2, | ||
'react/jsx-no-literals': 0, | ||
'react/jsx-no-undef': 1, | ||
'react/jsx-sort-prop-types': 1, | ||
'react/jsx-no-undef': 2, | ||
'react/jsx-sort-prop-types': 2, | ||
'react/jsx-sort-props': 0, | ||
'react/jsx-uses-react': 1, | ||
'react/jsx-uses-vars': 1, | ||
'react/jsx-uses-react': 2, | ||
'react/jsx-uses-vars': 2, | ||
'react/no-danger': 0, | ||
'react/no-did-mount-set-state': 1, | ||
'react/no-did-update-set-state': 1, | ||
'react/no-direct-mutation-state': 1, | ||
'react/no-multi-comp': 1, | ||
'react/no-did-mount-set-state': 2, | ||
'react/no-did-update-set-state': 2, | ||
'react/no-direct-mutation-state': 2, | ||
'react/no-multi-comp': 2, | ||
'react/no-set-state': 0, | ||
'react/no-unknown-property': 1, | ||
'react/no-unknown-property': 2, | ||
'react/prop-types': 0, | ||
'react/react-in-jsx-scope': 1, | ||
'react/require-extension': 1, | ||
'react/self-closing-comp': 1, | ||
'react/sort-comp': 1, | ||
'react/wrap-multilines': 1 | ||
'react/react-in-jsx-scope': 2, | ||
'react/require-extension': 2, | ||
'react/self-closing-comp': 2, | ||
'react/sort-comp': 2, | ||
'react/wrap-multilines': 2 | ||
} | ||
}; |
{ | ||
"name": "eslint-config-zavatta-react", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "ESLint config for esling-plugin-react", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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