We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
no-new-symbol
no-new-native-nonconstructor
1 parent 7b724b0 commit a278b73Copy full SHA for a278b73
src/configs/javascript.ts
@@ -90,7 +90,7 @@ export async function javascript(
90
'no-multi-str': 'error',
91
'no-new': 'error',
92
'no-new-func': 'error',
93
- 'no-new-symbol': 'error',
+ 'no-new-native-nonconstructor': 'error',
94
'no-new-wrappers': 'error',
95
'no-obj-calls': 'error',
96
'no-octal': 'error',
0 commit comments