eslint-config-defaults
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -0,1 +1,8 @@ | ||
## 2.1.0 (2015-07-05) | ||
#### User Facing Changes | ||
* Correct bug causing walmart configs to fail | ||
* Rename walmart configs for brevity | ||
## 2.0.1 (2015-07-05) | ||
@@ -2,0 +9,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "2.0.1", | ||
"version" : "2.1.0", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -32,10 +32,10 @@ <h1 align="center">eslint-config-defaults</h1> | ||
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript) | ||
- `defaults/configurations/walmart/walmart-es5-browser` - Walmart ES5 + browser | ||
- `defaults/configurations/walmart/walmart-es5-node` - Walmart ES5 + node | ||
- `defaults/configurations/walmart/walmart-es5-test` - Walmart ES5 + test | ||
- `defaults/configurations/walmart/walmart-es5` - Walmart ES5 config | ||
- `defaults/configurations/walmart/walmart-es6-browser` - Walmart ES6 + browser | ||
- `defaults/configurations/walmart/walmart-es6-node` - Walmart ES6 + node | ||
- `defaults/configurations/walmart/walmart-es6-test` - Walmart ES6 + test | ||
- `defaults/configurations/walmart/walmart-es6` - Walmart ES6 config | ||
- `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser | ||
- `defaults/configurations/walmart/es5-node` - Walmart ES5 + node | ||
- `defaults/configurations/walmart/es5-test` - Walmart ES5 + test | ||
- `defaults/configurations/walmart/es5` - Walmart ES5 config | ||
- `defaults/configurations/walmart/es6-browser` - Walmart ES6 + browser | ||
- `defaults/configurations/walmart/es6-node` - Walmart ES6 + node | ||
- `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 | ||
@@ -55,3 +55,3 @@ | ||
{ | ||
"extends": "defaults/configurations/walmart/walmart-es6-browser" | ||
"extends": "defaults/configurations/walmart/es6-browser" | ||
} | ||
@@ -76,3 +76,3 @@ ``` | ||
"extends": [ | ||
"defaults/configurations/walmart/walmart-es6", | ||
"defaults/configurations/walmart/es6", | ||
"defaults/environments/browser" | ||
@@ -86,4 +86,4 @@ ] | ||
"extends": [ | ||
"defaults/rules/eslint/best-practices/default.js", | ||
"defaults/rules/eslint/errors/default.js" | ||
"defaults/rules/eslint/best-practices/walmart.js", | ||
"defaults/rules/eslint/errors/airbnb.js" | ||
@@ -90,0 +90,0 @@ "defaults/rules/eslint/es6/off.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
66487
1600