Skip to content

Commit 357a45a

Browse files
committed
Adds more components (wip)
1 parent f29c127 commit 357a45a

File tree

17 files changed

+543
-778
lines changed

17 files changed

+543
-778
lines changed

.eslintrc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"extends": [
3030
"plugin:@typescript-eslint/recommended",
3131
"plugin:@typescript-eslint/recommended-requiring-type-checking"
32-
]
32+
],
33+
"rules": {
34+
"@typescript-eslint/unbound-method": "warn"
35+
}
3336
}
3437
],
3538
"rules": {
@@ -41,7 +44,7 @@
4144
"curly": "off",
4245
"default-param-last": "error",
4346
"eqeqeq": "error",
44-
"lit-a11y/click-events-have-key-events": "off",
47+
"lit-a11y/click-events-have-key-events": "warn",
4548
"no-constructor-return": "error",
4649
"no-empty-function": "warn",
4750
"no-eval": "error",

0 commit comments

Comments
 (0)