1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Update ESLint

This commit is contained in:
Paulus Schoutsen
2019-09-08 23:51:30 -07:00
parent 594ee7ce9b
commit 1a5ae99c42
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"extends": ["airbnb-base", "prettier"],
"parserOptions": {
"ecmaVersion": "2020",
"ecmaFeatures": {
"jsx": true,
"modules": true
+2
View File
@@ -1,5 +1,7 @@
window.loadES5Adapter().then(() => {
// eslint-disable-next-line
import(/* webpackChunkName: "hassio-icons" */ "./resources/hassio-icons");
// eslint-disable-next-line
import(/* webpackChunkName: "hassio-main" */ "./hassio-main");
});
const styleEl = document.createElement("style");