Skip to content

Commit 15d7c47

Browse files
committed
chore: 🤖 adjust lint rules
1 parent 3a2c989 commit 15d7c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .eslintrc.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"rules": {
1414
"@typescript-eslint/semi": "off",
1515
"@typescript-eslint/comma-dangle": "off",
16+
"@typescript-eslint/no-confusing-void-expression": "off",
17+
"@typescript-eslint/consistent-type-imports": "off",
1618
"@typescript-eslint/readonly": "off",
1719
"@typescript-eslint/space-before-function-paren": "off",
1820
"@typescript-eslint/prefer-readonly": "off",

0 commit comments

Comments
 (0)