Skip to content

chore: add typescript-eslint/require-await rule #9029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4d7cd20
chore: add typescript-eslint/require-await rule
minseong0324 Apr 15, 2025
8d1b2d8
Merge branch 'main' into chore/ts-async-lint-rules
TkDodo Apr 17, 2025
5e47f22
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 Apr 17, 2025
9dd5dec
reflect feedback
minseong0324 Apr 17, 2025
9ad919a
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 Apr 18, 2025
cf0cb22
Merge branch 'main' into chore/ts-async-lint-rules
TkDodo Apr 19, 2025
9efe120
Update eslint.config.js
TkDodo Apr 19, 2025
4e8332f
Merge branch 'main' into chore/ts-async-lint-rules
TkDodo Apr 19, 2025
003754d
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 Apr 23, 2025
c80f93d
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 Apr 25, 2025
904bb53
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 Apr 26, 2025
31982b9
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 1, 2025
c8caf80
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 1, 2025
3f08775
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 1, 2025
fce23ab
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 3, 2025
7234b15
Merge branch 'main' into chore/ts-async-lint-rules
TkDodo May 4, 2025
f30c39f
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 4, 2025
4a2a2b0
Merge branch 'main' into chore/ts-async-lint-rules
TkDodo May 4, 2025
9c51366
test(angular-query-experimental): remove unnecessary async
minseong0324 May 4, 2025
bf4a823
test(*): remove unnecessary async
minseong0324 May 4, 2025
0f12340
Merge branch 'main' into chore/ts-async-lint-rules
manudeli May 6, 2025
e4147d0
Merge branch 'main' into chore/ts-async-lint-rules
manudeli May 6, 2025
022c053
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 6, 2025
7ea6ca9
remove(query-codemods): remove unnecessary import
minseong0324 May 6, 2025
0013aaa
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 7, 2025
bdb6bb2
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 7, 2025
f966b60
chore(query-codemods): remove typescript-eslint/require-await off rule
minseong0324 May 8, 2025
f5da04c
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 9, 2025
18915aa
Merge branch 'main' into chore/ts-async-lint-rules
minseong0324 May 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/query-codemods/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default [
rules: {
'cspell/spellchecker': 'off',
'@typescript-eslint/no-unnecessary-condition': 'off',
'@typescript-eslint/require-await': 'off',
'import/no-duplicates': 'off',
'import/no-unresolved': 'off',
'import/order': 'off',
Expand Down
Loading