mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Update ESLint
This commit is contained in:
parent
594ee7ce9b
commit
1a5ae99c42
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user