Skip to content

Commit

Permalink
fix: move no-new-symbol to no-new-native-nonconstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 2, 2024
1 parent 7b724b0 commit a278b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/javascript.ts
Expand Up @@ -90,7 +90,7 @@ export async function javascript(
'no-multi-str': 'error',
'no-new': 'error',
'no-new-func': 'error',
'no-new-symbol': 'error',
'no-new-native-nonconstructor': 'error',
'no-new-wrappers': 'error',
'no-obj-calls': 'error',
'no-octal': 'error',
Expand Down

0 comments on commit a278b73

Please sign in to comment.