eslint-config-zavatta-react
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -72,3 +72,9 @@ 'use strict'; | ||
'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, | ||
} | ||
} |
{ | ||
"name": "eslint-config-zavatta-react", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "ESLint config for esling-plugin-react", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^3.2.2", | ||
"eslint-find-rules": "^1.13.0" | ||
"eslint": "^4.4.1", | ||
"eslint-find-rules": "^3.1.1" | ||
}, | ||
"dependencies": { | ||
"eslint-plugin-react": "^7.1.0" | ||
"eslint-plugin-react": "^7.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
44714
78
Updatedeslint-plugin-react@^7.2.0