1
Fork 0

update version of eslint config

This commit is contained in:
Jake Howard 2016-11-27 21:07:22 +00:00
parent 2bd8338302
commit 3c632d0c78
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "./node_modules/eslint-config/.eslintrc",
"extends": "./node_modules/eslint-config-dabapps/base/.eslintrc",
"globals": {
$: true
}

View file

@ -27,9 +27,7 @@
"babelify": "=7.3.0",
"browserify": "=13.1.0",
"clean-css": "=3.4.20",
"eslint": "=1.5.0",
"eslint-config": "git://github.com/dabapps/eslint-config.git",
"eslint-plugin-react": "=3.4.2",
"eslint-config": "git://github.com/dabapps/eslint-config.git#2.0.3",
"markdown-spellcheck": "=0.11.0",
"node-sass": "=3.8.0",
"nsp": "=2.6.1",