eslint-config-digiteels
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "eslint-config-digiteels", | ||
"description": "ESLint rule presets built and suggested by DigitEels", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "DigitEels", | ||
@@ -11,2 +11,5 @@ "bugs": { | ||
"keywords": [ | ||
"digiteels", | ||
"es5", | ||
"es6", | ||
"eslint", | ||
@@ -16,6 +19,7 @@ "eslintconfig" | ||
"license": "WTFPL", | ||
"main": "configurations/es5.js", | ||
"main": "presets/es6.js", | ||
"peerDependencies": { | ||
"eslint": ">= 3.5.0" | ||
}, | ||
"private": false, | ||
"repository": { | ||
@@ -22,0 +26,0 @@ "type": "git", |
@@ -7,3 +7,3 @@ # eslint-config-digiteels | ||
Provides an ES5 ESLint configuration based on DigitEels' recommendations about style. | ||
Provides ES5 and ES6 ESLint configurations based on DigitEels' recommendations about style. | ||
@@ -23,4 +23,4 @@ Heavily influenced by: | ||
Extend your [ESLint configuration](http://eslint.org/docs/user-guide/configuring) using `digiteels`, | ||
for example: | ||
Extend your [ESLint configuration](http://eslint.org/docs/user-guide/configuring) using `digiteels` | ||
(or one of the below presets), for example: | ||
@@ -35,4 +35,11 @@ ```json | ||
## Presets | ||
The following configurations are included in this package: | ||
- **ES5:** `digiteels/presets/es5` | ||
- **ES6:** `digiteels/presets/es6` (default) | ||
## License | ||
Covered by the [WTFPL](http://www.wtfpl.net/), see [`LICENSE`](LICENSE) for full details. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32636
16
854
43
1