eslint-config-naturalatlas
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "eslint-config-naturalatlas", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Natural Atlas ESLint configuration", | ||
"main": "bas.js", | ||
"main": "base.js", | ||
"scripts": { | ||
@@ -23,3 +23,6 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/naturalatlas/eslint-config-naturalatlas#readme" | ||
"homepage": "https://github.com/naturalatlas/eslint-config-naturalatlas#readme", | ||
"dependencies": { | ||
"extend": "^3.0.0" | ||
} | ||
} |
@@ -15,3 +15,3 @@ ## eslint-config-naturalatlas | ||
1. `npm install --save-dev eslint-config-naturalatlas` | ||
1. `npm install --save-dev eslint eslint-config-naturalatlas` | ||
2. add `"extends": "naturalatlas/base"` to your .eslintrc | ||
@@ -18,0 +18,0 @@ 3. add `eslint --fix ./lib/**` to package.json `test` script\ |
Sorry, the diff of this file is not supported yet
12990
1
+ Addedextend@^3.0.0
+ Addedextend@3.0.2(transitive)