@meadow/eslint-config
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -294,4 +294,4 @@ module.exports = { | ||
"react/no-deprecated": 2, | ||
"react/no-did-mount-set-state": [2, "allow-in-func"], | ||
"react/no-did-update-set-state": [2, "allow-in-func"], | ||
"react/no-did-mount-set-state": [2], | ||
"react/no-did-update-set-state": [2], | ||
"react/no-direct-mutation-state": 2, | ||
@@ -298,0 +298,0 @@ "react/no-is-mounted": 2, |
{ | ||
"name": "@meadow/eslint-config", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"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
10287