Require underscore for private methods (#23138)

This commit is contained in:
Petar Petrov
2024-12-04 16:05:49 +02:00
committed by GitHub
parent 9396d5cf8c
commit d77dd5300e
23 changed files with 30 additions and 51 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable lit/prefer-static-styles */
import { mdiEye, mdiEyeOff } from "@mdi/js";
import type { CSSResultGroup, PropertyValues, TemplateResult } from "lit";
import { LitElement, css, html, nothing } from "lit";