diff --git a/.eslintrc b/.eslintrc index 0ed0aa0651..aae5e9ea19 100644 --- a/.eslintrc +++ b/.eslintrc @@ -16,5 +16,8 @@ "no-underscore-dangle": 0, "no-var": 0, "strict": 0 - } + }, + plugins: [ + "html" + ] } diff --git a/package.json b/package.json index 050b846f76..a69c3f979e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "watch_ru_core": "rollup --config rollup/core.js --watch", "watch_ru_ui": "rollup --config rollup/ui.js --watch", "watch_ru_demo": "rollup --config rollup/demo.js --watch", - "test": "eslint src" + "test": "eslint src panels --ext html" }, "author": "Paulus Schoutsen (http://paulusschoutsen.nl)", "license": "MIT", @@ -39,8 +39,10 @@ "bower": "^1.7.9", "eslint": "^3.1.0", "eslint-config-airbnb-base": "^4.0.2", - "eslint-plugin-import": "^1.10.3", + "eslint-plugin-html": "^1.5.1", + "eslint-plugin-import": "^1.11.0", "html-minifier": "^3.0.1", + "polymer-cli": "^0.12.0", "rollup": "^0.34.1", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-buble": "^0.12.1", diff --git a/panels/dev-event/events-list.html b/panels/dev-event/events-list.html index 6d5fd19633..6ef87f7b01 100644 --- a/panels/dev-event/events-list.html +++ b/panels/dev-event/events-list.html @@ -1,23 +1,23 @@ - -