Skip to content

Commit 994e82b

Browse files
committed
chore: update ESLint config
1 parent 66216f7 commit 994e82b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ export default tseslint.config(
2828
"no-return-assign": "error",
2929
"no-unused-expressions": "error",
3030
"@typescript-eslint/prefer-for-of": "off",
31-
"@typescript-eslint/no-dynamic-delete": "off",
32-
"@typescript-eslint/no-non-null-assertion": "off",
33-
"@typescript-eslint/no-confusing-void-expression": "off",
34-
"@typescript-eslint/consistent-type-definitions": "off",
35-
"@typescript-eslint/consistent-indexed-object-style": "off",
36-
"@typescript-eslint/prefer-return-this-type": "off",
3731
"@typescript-eslint/unbound-method": "off",
38-
"@typescript-eslint/unified-signatures": "off",
3932
"@typescript-eslint/restrict-template-expressions": [
4033
"error",
4134
{

0 commit comments

Comments
 (0)