Skip to content

Commit a278b73

Browse files
committedApr 2, 2024
fix: move no-new-symbol to no-new-native-nonconstructor
1 parent 7b724b0 commit a278b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/configs/javascript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export async function javascript(
9090
'no-multi-str': 'error',
9191
'no-new': 'error',
9292
'no-new-func': 'error',
93-
'no-new-symbol': 'error',
93+
'no-new-native-nonconstructor': 'error',
9494
'no-new-wrappers': 'error',
9595
'no-obj-calls': 'error',
9696
'no-octal': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.