eslint-config-defaults
Advanced tools
Comparing version 4.0.2 to 4.1.0
@@ -0,1 +1,7 @@ | ||
## 4.1.0 (2015-08-17) | ||
#### User Facing Changes | ||
* Add filename enforcement plugin to Walmart configs | ||
## 4.0.2 (2015-08-17) | ||
@@ -2,0 +8,0 @@ |
@@ -12,3 +12,4 @@ "use strict"; | ||
"../../rules/eslint/style/walmart.js", | ||
"../../rules/eslint/variables/walmart.js" | ||
"../../rules/eslint/variables/walmart.js", | ||
"../../rules/filenames/walmart.js" | ||
], | ||
@@ -15,0 +16,0 @@ "env": {}, |
@@ -17,3 +17,3 @@ { | ||
"version" : "4.0.2", | ||
"version" : "4.1.0", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -20,3 +20,3 @@ <h1 align="center">eslint-config-defaults</h1> | ||
```bash | ||
$ npm install --save-dev eslint-config-defaults | ||
$ npm install --save-dev eslint eslint-config-defaults | ||
``` | ||
@@ -26,4 +26,9 @@ | ||
**This package is made for for ESLint 1.0.0+ and eslint-plugin-react 3.1.0+ and [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb) 0.0.7** | ||
This package is made for: | ||
- ESLint 1.0.0+ | ||
- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) 3.1.0+ | ||
- [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb) 0.0.7 | ||
- [eslint-plugin-filenames](https://www.npmjs.com/package/eslint-plugin-filenames) 0.1.2 | ||
### Full Configurations | ||
@@ -33,5 +38,10 @@ | ||
_**Note:**_ Any React config `<prefix>-react` requires [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) | ||
_**Note:**_ Any Walmart config `defaults/configurations/walmart/<suffix>` requires [eslint-plugin-filenames](https://github.com/selaux/eslint-plugin-filenames) | ||
- `defaults` - The default ESLint config | ||
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript) | ||
- `defaults/configurations/eslint` - The default ESLint config | ||
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript) | ||
- `defaults/configurations/off` - Turns off all rules. This will be ESLint's default after 1.0.0 | ||
- `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser | ||
@@ -43,6 +53,5 @@ - `defaults/configurations/walmart/es5-node` - Walmart ES5 + node | ||
- `defaults/configurations/walmart/es6-node` - Walmart ES6 + node | ||
- `defaults/configurations/walmart/es6-react` - Walmart ES6 + react (requires [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react)) | ||
- `defaults/configurations/walmart/es6-react` - Walmart ES6 + react | ||
- `defaults/configurations/walmart/es6-test` - Walmart ES6 + test | ||
- `defaults/configurations/walmart/es6` - Walmart ES6 config | ||
- `defaults/configurations/off` - Turns off all rules. This will be ESLint's default after 1.0.0 | ||
@@ -49,0 +58,0 @@ To consume and extend a config in ESLint just add the extends attribute to your `.eslintrc`. For |
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
81104
55
1973
101