Skip to content

Commit 1fde9e3

Browse files
committed
fix: move no-new-symbol to no-new-native-nonconstructor
1 parent 3110cc8 commit 1fde9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/javascript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export async function javascript(
100100
'no-multi-str': 'error',
101101
'no-new': 'error',
102102
'no-new-func': 'error',
103+
'no-new-native-nonconstructor': 'error',
103104
'no-new-object': 'error',
104-
'no-new-symbol': 'error',
105105
'no-new-wrappers': 'error',
106106
'no-obj-calls': 'error',
107107
'no-octal': 'error',

0 commit comments

Comments
 (0)