Merge pull request #54 from tschaub/linter-config
Ugrade ESLint and config.
This commit is contained in:
commit
a7574191ed
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^3.4.1",
|
"chai": "^3.4.1",
|
||||||
"eslint": "^1.10.3",
|
"eslint": "2.0.0",
|
||||||
"eslint-config-tschaub": "^2.0.0",
|
"eslint-config-tschaub": "3.0.0",
|
||||||
"mocha": "^2.3.4"
|
"mocha": "^2.3.4"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Reference in a new issue