Skip to content

Commit 89d7c08

Browse files
committed
chore: Disable lit-analyzer rule (for now)
1 parent 9708153 commit 89d7c08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"plugins": [
2727
{
2828
"name": "ts-lit-plugin",
29-
"strict": true
29+
"strict": true,
30+
"rules": {
31+
"no-incompatible-type-binding": "warning"
32+
}
3033
}
3134
],
3235
"types": ["mocha"]

0 commit comments

Comments
 (0)