eslint-config-es
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "eslint-config-es", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "eslint-config-es contains strict ESLint configurations for ES5 and ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -11,4 +11,16 @@ # eslint-config-es | ||
... | ||
This module contains strict ESLint configurations for ES5 and ES2015, both for server and client development. | ||
To use one of those configurations, create a `.eslintrc` file in your project and use the `extends` keyword. | ||
```json | ||
{ | ||
"extends": "es/2015/server" | ||
} | ||
``` | ||
Alternatively, you may also use `es/2015/client`, `es/5/server`, and `es/5/client`. | ||
If you want to override any rules, you can do so in your configuration file. | ||
## Running the build | ||
@@ -15,0 +27,0 @@ |
26990
41