update version of eslint config
This commit is contained in:
parent
2bd8338302
commit
3c632d0c78
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "./node_modules/eslint-config/.eslintrc",
|
"extends": "./node_modules/eslint-config-dabapps/base/.eslintrc",
|
||||||
"globals": {
|
"globals": {
|
||||||
$: true
|
$: true
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,9 +27,7 @@
|
||||||
"babelify": "=7.3.0",
|
"babelify": "=7.3.0",
|
||||||
"browserify": "=13.1.0",
|
"browserify": "=13.1.0",
|
||||||
"clean-css": "=3.4.20",
|
"clean-css": "=3.4.20",
|
||||||
"eslint": "=1.5.0",
|
"eslint-config": "git://github.com/dabapps/eslint-config.git#2.0.3",
|
||||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
|
||||||
"eslint-plugin-react": "=3.4.2",
|
|
||||||
"markdown-spellcheck": "=0.11.0",
|
"markdown-spellcheck": "=0.11.0",
|
||||||
"node-sass": "=3.8.0",
|
"node-sass": "=3.8.0",
|
||||||
"nsp": "=2.6.1",
|
"nsp": "=2.6.1",
|
||||||
|
|
Reference in a new issue