Skip to content

Commit 4642b5b

Browse files
chore: add typescript-eslint/require-await rule (TanStack#9116)
Co-authored-by: MINSEONG KIM <[email protected]>
1 parent c9af883 commit 4642b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-codemods/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default [
88
rules: {
99
'cspell/spellchecker': 'off',
1010
'@typescript-eslint/no-unnecessary-condition': 'off',
11+
'@typescript-eslint/require-await': 'off',
1112
'import/no-duplicates': 'off',
1213
'import/no-unresolved': 'off',
1314
'import/order': 'off',

0 commit comments

Comments
 (0)