Skip to content

Commit f966b60

Browse files
committed
chore(query-codemods): remove typescript-eslint/require-await off rule
1 parent bdb6bb2 commit f966b60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/query-codemods/eslint.config.js

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

0 commit comments

Comments
 (0)