Skip to content

Commit

Permalink
feat: disable no-return-await
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 11, 2024
1 parent c40d3de commit 5366911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/javascript.ts
Expand Up @@ -79,7 +79,6 @@ export const javascript: FlatESLintConfigItem[] = [
'no-redeclare': 'error',
'no-regex-spaces': 'error',
'no-restricted-syntax': ['error', ...restrictedSyntaxJs],
'no-return-await': 'warn',
'no-self-assign': 'error',
'no-setter-return': 'error',
'no-shadow-restricted-names': 'error',
Expand Down

0 comments on commit 5366911

Please sign in to comment.