Skip to content

Commit

Permalink
fix: remove no-void rule, close #298
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 25, 2023
1 parent a46d9b1 commit 90b36f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/javascript.ts
Expand Up @@ -158,7 +158,6 @@ export function javascript(options: OptionsIsInEditor & OptionsOverrides = {}):
'no-useless-rename': 'error',
'no-useless-return': 'error',
'no-var': 'error',
'no-void': 'error',
'no-with': 'error',
'object-shorthand': [
'error',
Expand Down

0 comments on commit 90b36f1

Please sign in to comment.