Browse Source

Frozen eslint version to fix warnings

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
2c7edcb3a3
  1. 2
      .eslintrc
  2. 2
      package.json

2
.eslintrc

@ -17,7 +17,7 @@ rules:
eqeqeq: 2
guard-for-in: 2
handle-callback-err: 2
max-depth: [ 1, 4 ]
max-depth: [ 1, 5 ]
max-nested-callbacks: [ 1, 4 ]
# string can exceed 80 chars, but should not overflow github website :)
max-len: [ 2, 120, 1000 ]

2
package.json

@ -24,7 +24,7 @@
"ansi": "^0.3.0",
"benchmark": "^1.0.0",
"browserify": "*",
"eslint": "^0.8.0",
"eslint": "0.8.0",
"eslint-plugin-nodeca": "^1.0.0",
"jade": "1.6.0",
"mocha": "*",

Loading…
Cancel
Save