1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Fix missing element tag definitions (#19329)

This commit is contained in:
Steve Repsher
2024-01-09 09:00:30 -05:00
committed by GitHub
parent 03a1c21f34
commit 3edc77c978
41 changed files with 220 additions and 39 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"rules": {
// Custom elements
"no-unclosed-tag": "warning",
"no-missing-element-type-definition": "warning",
"no-missing-element-type-definition": "error",
// Binding names
"no-legacy-attribute": "error",
// Binding types