Skip to content

Commit b2e891f

Browse files
committed
Enable eslint-plugin-custom-elements
1 parent 6cad200 commit b2e891f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2+
"root": true,
3+
"plugins": ["custom-elements"],
24
"globals": {
35
"TaskListsElement": "readonly"
46
},
57
"extends": [
68
"plugin:github/recommended",
79
"plugin:github/browser",
8-
"plugin:github/typescript"
10+
"plugin:github/typescript",
11+
"plugin:custom-elements/recommended"
912
]
1013
}

0 commit comments

Comments
 (0)