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/no-template-arrow */
import type { TemplateResult } from "lit";
import { LitElement, html, css } from "lit";
import { customElement, state } from "lit/decorators";