eslint-config-zavatta-react
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -24,3 +24,3 @@ 'use strict'; | ||
'react/no-danger': 0, | ||
'react/no-did-mount-set-state': 2, | ||
'react/no-did-mount-set-state': [2, 'allow-in-func'], | ||
'react/no-did-update-set-state': 2, | ||
@@ -27,0 +27,0 @@ 'react/no-direct-mutation-state': 2, |
{ | ||
"name": "eslint-config-zavatta-react", | ||
"version": "1.2.0", | ||
"version": "1.2.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
1725