Skip to content

Commit 9dd5dec

Browse files
committed
reflect feedback
1 parent 5e47f22 commit 9dd5dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default [
4040
'@typescript-eslint/no-empty-function': 'off',
4141
'@typescript-eslint/no-unsafe-function-type': 'off',
4242
'no-case-declarations': 'off',
43+
'@typescript-eslint/require-await': 'error',
4344
},
4445
},
4546
{
@@ -48,7 +49,6 @@ export default [
4849
rules: {
4950
...vitest.configs.recommended.rules,
5051
'vitest/expect-expect': 'warn',
51-
'@typescript-eslint/require-await': 'error',
5252
},
5353
settings: { vitest: { typecheck: true } },
5454
},

0 commit comments

Comments
 (0)