Skip to content

Commit

Permalink
[setup] v2.1.0 and set ES5 as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Nov 29, 2016
1 parent 6378234 commit 35e2c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $ npm install --save-dev eslint eslint-plugin-import @namics/eslint-config
- `@namics/eslint-config/configurations/es6-browser` - ES6 + browser
- `@namics/eslint-config/configurations/es6-react` - ES6 + react
- `@namics/eslint-config/configurations/es6-node` - ES6 + node
- `@namics/eslint-config/configurations/es5-browser` - ES5 + browser
- `@namics/eslint-config/configurations/es5-node` - ES5 + node
- `@namics/eslint-config/configurations/es5-browser` - ES5 + browser (deprecated)
- `@namics/eslint-config/configurations/es5-node` - ES5 + node (deprecated)

### .eslintrc.js (add globals here if needed)
```
Expand Down Expand Up @@ -70,6 +70,8 @@ then run `npm run lint`
* [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/walmartlabs/eslint-config-walmart)
* [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/airbnb/javascript)

## Roadmap
- Support for ES2016 (ES7)

## License
[MIT License](./LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namics/eslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "Default configurations for eslint",
"author": "Simon Mollweide <simon.mollweide@namics.com>",
"license": "MIT",
Expand Down

0 comments on commit 35e2c32

Please sign in to comment.