chore: update eslint

master
Evgeny Poberezkin 2017-12-24 13:56:40 +00:00
parent cecd4ecca6
commit f7ff65b228
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ env:
rules:
block-scoped-var: 2
callback-return: 2
complexity: [2, 13]
complexity: [2, 16]
curly: [2, multi-or-nest, consistent]
dot-location: [2, property]
dot-notation: 2

View File

@ -77,7 +77,7 @@
"coveralls": "^3.0.0",
"del-cli": "^1.1.0",
"dot": "^1.0.3",
"eslint": "^4.1.0",
"eslint": "^4.14.0",
"gh-pages-generator": "^0.2.0",
"glob": "^7.0.0",
"if-node-version": "^1.0.0",