Update ESLint
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": ["airbnb-base", "prettier"],
|
"extends": ["airbnb-base", "prettier"],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
"ecmaVersion": "2020",
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"jsx": true,
|
"jsx": true,
|
||||||
"modules": true
|
"modules": true
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
window.loadES5Adapter().then(() => {
|
window.loadES5Adapter().then(() => {
|
||||||
|
// eslint-disable-next-line
|
||||||
import(/* webpackChunkName: "hassio-icons" */ "./resources/hassio-icons");
|
import(/* webpackChunkName: "hassio-icons" */ "./resources/hassio-icons");
|
||||||
|
// eslint-disable-next-line
|
||||||
import(/* webpackChunkName: "hassio-main" */ "./hassio-main");
|
import(/* webpackChunkName: "hassio-main" */ "./hassio-main");
|
||||||
});
|
});
|
||||||
const styleEl = document.createElement("style");
|
const styleEl = document.createElement("style");
|
||||||
|
|||||||
Reference in New Issue
Block a user