Skip to content

Commit 213abcb

Browse files
committed
Use readonly, readble is deprecated
1 parent 2643670 commit 213abcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"globals": {
3-
"TaskListsElement": "readable"
3+
"TaskListsElement": "readonly"
44
},
55
"extends": [
66
"plugin:github/recommended",

0 commit comments

Comments
 (0)