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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user