eslint-config-appnexus
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -5,2 +5,5 @@ # Change Log | ||
## 4.1.0 | ||
- [minor] - Adding 2 rules for FE | ||
## 4.0.0 | ||
@@ -7,0 +10,0 @@ - [patch] - Moving our warnings over to errors |
@@ -28,2 +28,4 @@ module.exports = { | ||
// Warnings - will become errors in next major version | ||
'no-shadow': 'warn', | ||
'react/prefer-stateless-function': 'warn', | ||
@@ -30,0 +32,0 @@ // === Unspecified === |
{ | ||
"name": "eslint-config-appnexus", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "AppNexus Standard Eslint Config", | ||
@@ -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
31020
511