Merge pull request #1591 from thelounge/eslint-4.8.0

Update eslint to version 4.8.0
This commit is contained in:
Jérémie Astori 2017-09-30 07:55:53 -04:00 committed by GitHub
commit d87e174644

View file

@ -25,7 +25,7 @@
"test": "npm-run-all -c test:* lint",
"test:mocha": "mocha",
"lint": "npm-run-all -c lint:*",
"lint:js": "eslint .",
"lint:js": "eslint . --report-unused-disable-directives",
"lint:css": "stylelint \"**/*.css\""
},
"keywords": [
@ -70,7 +70,7 @@
"chai": "4.1.2",
"css.escape": "1.5.1",
"emoji-regex": "6.5.1",
"eslint": "4.7.2",
"eslint": "4.8.0",
"font-awesome": "4.7.0",
"fuzzy": "0.1.3",
"handlebars": "4.0.10",