Fix lint failures on CI (#21986)

Add ignore
This commit is contained in:
Simon Lamon 2024-09-23 17:50:43 +02:00 committed by GitHub
parent 3a9f09cb47
commit be02a8869f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable lit/lifecycle-super */
import { customElement } from "lit/decorators";
import { navigate } from "../../../../../common/navigate";
import { HomeAssistant } from "../../../../../types";

View File

@ -1,3 +1,4 @@
/* eslint-disable lit/lifecycle-super */
import { customElement } from "lit/decorators";
import { navigate } from "../../../../../common/navigate";
import { HomeAssistant } from "../../../../../types";