eslint-config-vtex-react
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -16,3 +16,3 @@ module.exports = { | ||
// "react/no-set-state": not-defined | ||
"react/no-strings-refs": 2, | ||
"react/no-string-refs": 2, | ||
"react/no-unknown-property": 2, | ||
@@ -19,0 +19,0 @@ "react/prefer-es6-class": [2, "always"], |
{ | ||
"name": "eslint-config-vtex-react", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "VTEX's eslint config for 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
2660