mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 14:30:57 +00:00
Merge pull request #1591 from thelounge/eslint-4.8.0
Update eslint to version 4.8.0
This commit is contained in:
commit
d87e174644
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
"test": "npm-run-all -c test:* lint",
|
"test": "npm-run-all -c test:* lint",
|
||||||
"test:mocha": "mocha",
|
"test:mocha": "mocha",
|
||||||
"lint": "npm-run-all -c lint:*",
|
"lint": "npm-run-all -c lint:*",
|
||||||
"lint:js": "eslint .",
|
"lint:js": "eslint . --report-unused-disable-directives",
|
||||||
"lint:css": "stylelint \"**/*.css\""
|
"lint:css": "stylelint \"**/*.css\""
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
"css.escape": "1.5.1",
|
"css.escape": "1.5.1",
|
||||||
"emoji-regex": "6.5.1",
|
"emoji-regex": "6.5.1",
|
||||||
"eslint": "4.7.2",
|
"eslint": "4.8.0",
|
||||||
"font-awesome": "4.7.0",
|
"font-awesome": "4.7.0",
|
||||||
"fuzzy": "0.1.3",
|
"fuzzy": "0.1.3",
|
||||||
"handlebars": "4.0.10",
|
"handlebars": "4.0.10",
|
||||||
|
|
Loading…
Reference in a new issue