eslint-config-defaults
Advanced tools
Comparing version 7.0.1 to 7.1.0
@@ -0,1 +1,8 @@ | ||
## 7.1.0 (2015-10-28) | ||
#### User Facing Changes | ||
* Add walmart/es6-react-test.js | ||
* Update docs for clarity | ||
## 7.0.1 (2015-10-02) | ||
@@ -2,0 +9,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "7.0.1", | ||
"version" : "7.1.0", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -29,6 +29,6 @@ <h1 align="center">eslint-config-defaults</h1> | ||
- `defaults` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config | ||
- `defaults` - The config [recommended](https://github.com/eslint/eslint/blob/master/conf/eslint.json) by ESLint | ||
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript) | ||
- `defaults/configurations/google` - The [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml) | ||
- `defaults/configurations/eslint` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config | ||
- `defaults/configurations/eslint` - The config [recommended](https://github.com/eslint/eslint/blob/master/conf/eslint.json) by ESLint | ||
- `defaults/configurations/off` - Disable all rules (ESLint's default at 1.0.0+) | ||
@@ -67,2 +67,4 @@ - `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser | ||
**NOTE:** Extending multiple complete configs can cause unexpected results, if you need to do this you should consider a piecemeal config as explained below. See https://github.com/walmartlabs/eslint-config-defaults/issues/38 for details. | ||
### Piecemeal Configurations | ||
@@ -69,0 +71,0 @@ |
104401
65
2529
108