Skip to content

Commit a3387af

Browse files
committed
chore(eslint): remove no misused promises rule
1 parent d136c50 commit a3387af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"@typescript-eslint/no-explicit-any": ["warn"],
88
"@typescript-eslint/no-unused-vars": ["warn"],
99
"@typescript-eslint/no-floating-promises": ["warn"],
10-
"@typescript-eslint/no-misused-promises": ["error"],
1110
// prevents committing `describe.only` and `it.only` tests
1211
"no-only-tests/no-only-tests": "warn",
1312
"simple-import-sort/imports": [

0 commit comments

Comments
 (0)