Enable linting of JS in <script> tags

This commit is contained in:
Oliver Hamlet
2016-03-05 11:49:26 +00:00
parent 040b66278b
commit f1437fb728
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -26,3 +26,6 @@ rules:
- props: false
arrow-body-style: 1
max-len: 1
plugins:
- eslint-plugin-html
+1
View File
@@ -16,6 +16,7 @@
"bower": "^1.7.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-html": "^1.3.0",
"fs-extra": "^0.26.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",