eslint-config-availity
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
@@ -20,3 +20,6 @@ 'use strict'; | ||
2, | ||
2 | ||
2, | ||
{ | ||
'SwitchCase': 1 | ||
} | ||
], | ||
@@ -98,3 +101,3 @@ 'quotes': [ | ||
'no-octal-escape': 2, | ||
'no-param-reassign': 2, | ||
'no-param-reassign': 0, | ||
'no-proto': 2, | ||
@@ -101,0 +104,0 @@ 'no-redeclare': 2, |
{ | ||
"name": "eslint-config-availity", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Shareable ESLint config for Availity projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # eslint-config-availity | ||
```bash | ||
npm install babel-eslint@4.1.6 eslint-plugin-react eslint-config-availity --save-dev | ||
npm install babel-eslint eslint-plugin-react eslint-config-availity --save-dev | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
7762
250