From 35e2c3280e7747cb813bd91cbce53c1c7b7eba1c Mon Sep 17 00:00:00 2001 From: Simon Mollweide Date: Tue, 29 Nov 2016 09:18:32 +0100 Subject: [PATCH] [setup] v2.1.0 and set ES5 as deprecated --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30b5aaf..d12a4ce 100644 --- a/README.md +++ b/README.md @@ -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) ``` @@ -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) diff --git a/package.json b/package.json index c035175..76f1c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@namics/eslint-config", - "version": "2.0.0", + "version": "2.1.0", "description": "Default configurations for eslint", "author": "Simon Mollweide ", "license": "MIT",