eslint-config-zavatta-react
Advanced tools
Comparing version 2.3.0 to 2.3.1
43
index.js
@@ -8,2 +8,9 @@ 'use strict'; | ||
rules: { | ||
'react/boolean-prop-naming': 0, | ||
'react/default-props-match-prop-types': 2, | ||
'react/display-name': 0, | ||
'react/forbid-component-props': 0, | ||
'react/forbid-elements': 0, | ||
'react/forbid-foreign-prop-types': 2, | ||
'react/forbid-prop-types': 0, | ||
'react/jsx-equals-spacing': 2, | ||
@@ -24,4 +31,2 @@ 'react/jsx-filename-extension': 0, | ||
}], | ||
'react/display-name': 0, | ||
'react/forbid-prop-types': 0, | ||
'react/jsx-boolean-value': 2, | ||
@@ -40,3 +45,5 @@ 'react/jsx-closing-bracket-location': 0, | ||
'react/jsx-wrap-multilines': 2, | ||
'react/jsx-closing-tag-location': 2, | ||
'react/no-danger': 0, | ||
'react/no-deprecated': 2, | ||
'react/no-did-mount-set-state': 2, | ||
@@ -49,35 +56,27 @@ 'react/no-did-update-set-state': 2, | ||
'react/no-unknown-property': 2, | ||
'react/prop-types': 0, | ||
'react/react-in-jsx-scope': 2, | ||
'react/self-closing-comp': 2, | ||
'react/sort-comp': 2, | ||
'react/jsx-wrap-multilines': 2, | ||
'react/no-deprecated': 2, | ||
'react/no-is-mounted': 2, | ||
'react/no-render-return-value': 2, | ||
'react/no-string-refs': 0, | ||
'react/prefer-es6-class': 2, | ||
'react/prefer-stateless-function': 0, | ||
'react/require-optimization': 0, | ||
'react/require-render-return': 2, | ||
'react/sort-prop-types': 0, | ||
'react/forbid-component-props': 0, | ||
'react/forbid-foreign-prop-types': 2, | ||
'react/no-children-prop': 2, | ||
'react/no-unescaped-entities': 2, | ||
'react/no-will-update-set-state': 2, | ||
'react/style-prop-object': 2, | ||
'react/forbid-elements': 0, | ||
'react/no-danger-with-children': 2, | ||
'react/require-default-props': 0, | ||
'react/no-array-index-key': 2, | ||
'react/no-unused-prop-types': 2, | ||
'react/void-dom-elements-no-children': 2, | ||
'react/boolean-prop-naming': 0, | ||
'react/default-props-match-prop-types': 2, | ||
'react/jsx-closing-tag-location': 2, | ||
'react/no-redundant-should-component-update': 2, | ||
'react/no-typos': 2, | ||
'react/no-unused-state': 2, | ||
'react/prefer-es6-class': 2, | ||
'react/prefer-stateless-function': 0, | ||
'react/prop-types': 0, | ||
'react/react-in-jsx-scope': 2, | ||
'react/require-optimization': 0, | ||
'react/require-render-return': 2, | ||
'react/require-default-props': 0, | ||
'react/self-closing-comp': 2, | ||
'react/sort-comp': 2, | ||
'react/sort-prop-types': 0, | ||
'react/style-prop-object': 2, | ||
'react/void-dom-elements-no-children': 2, | ||
} | ||
} |
{ | ||
"name": "eslint-config-zavatta-react", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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
44658
4
77