eslint-config-availity
Advanced tools
Comparing version 1.0.1 to 2.0.0-beta.0
module.exports = { | ||
"extends": "./index", | ||
"env": { | ||
"browser": true, | ||
"commonjs": true | ||
}, | ||
"rules": { | ||
"strict": [ | ||
2, | ||
"global" | ||
], | ||
"global-strict": 0 | ||
'extends': './index', | ||
'env': { | ||
'browser': true, | ||
'commonjs': true | ||
} | ||
} |
'use strict'; | ||
module.exports = { | ||
'parser': 'babel-eslint', | ||
'env': { | ||
'browser': false, | ||
'node': true, | ||
'commonjs': true, | ||
'es6': false | ||
'es6': true | ||
}, | ||
'ecmaFeatures': { | ||
'modules': true | ||
}, | ||
'rules': { | ||
@@ -11,0 +14,0 @@ 'strict': [ |
{ | ||
"name": "eslint-config-availity", | ||
"version": "1.0.1", | ||
"version": "2.0.0-beta.0", | ||
"description": "Shareable ESLint config for Availity projects", | ||
@@ -22,3 +22,7 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/Availity/eslint-config-availity#readme" | ||
"homepage": "https://github.com/Availity/eslint-config-availity#readme", | ||
"devDependencies": { | ||
"babel-eslint": "4.1.6", | ||
"eslint-plugin-react": "3.11.1" | ||
} | ||
} |
@@ -12,5 +12,10 @@ # eslint-config-availity | ||
```bash | ||
npm install eslint-config-availity --save-dev | ||
npm install babel-eslint@4.1.6 eslint-plugin-react eslint-config-availity --save-dev | ||
``` | ||
## Dependencies | ||
* [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) | ||
* [babel-eslint](https://github.com/babel/babel-eslint) | ||
## Acknowledgments | ||
@@ -17,0 +22,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7727
383
7
247
24
2
2