mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
chore(package): update eslint to version 3.17.1
https://greenkeeper.io/
This commit is contained in:
parent
1c96919551
commit
9f053dfaae
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ rules:
|
|||
key-spacing: [2, {beforeColon: false, afterColon: true}]
|
||||
keyword-spacing: [2, {before: true, after: true}]
|
||||
linebreak-style: [2, unix]
|
||||
no-compare-neg-zero: 2
|
||||
no-console: 0
|
||||
no-control-regex: 0
|
||||
no-else-return: 2
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"babel-loader": "6.3.2",
|
||||
"babel-preset-es2015": "6.22.0",
|
||||
"chai": "3.5.0",
|
||||
"eslint": "3.16.1",
|
||||
"eslint": "3.17.1",
|
||||
"font-awesome": "4.7.0",
|
||||
"handlebars": "4.0.6",
|
||||
"handlebars-loader": "1.4.0",
|
||||
|
|
Loading…
Reference in a new issue