@meadow/eslint-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -264,4 +264,4 @@ module.exports = { | ||
"react/no-danger": 2, | ||
"react/no-did-mount-set-state": 2, | ||
"react/no-did-update-set-state": 2, | ||
"react/no-did-mount-set-state": [2, "allow-in-func"], | ||
"react/no-did-update-set-state": [2, "allow-in-func"], | ||
"react/no-direct-mutation-state": 2, | ||
@@ -268,0 +268,0 @@ "react/no-multi-comp": [2, { "ignoreStateless": true }], |
{ | ||
"name": "@meadow/eslint-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Extendable ESLint configuration by Meadow", | ||
@@ -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
8813