We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b5c2 commit ff73f16Copy full SHA for ff73f16
config/eslint.js
@@ -136,7 +136,7 @@ module.exports = {
136
'no-native-reassign': ERROR,
137
'no-negated-in-lhs': ERROR,
138
'no-nested-ternary': WARNING,
139
- 'no-new': ERROR,
+ 'no-new': WARNING,
140
'no-new-func': ERROR,
141
'no-new-object': ERROR,
142
'no-new-symbol': ERROR,
@@ -171,7 +171,7 @@ module.exports = {
171
'no-unsafe-finally': WARNING,
172
'no-unused-expressions': ERROR,
173
'no-unused-labels': ERROR,
174
- 'no-unused-vars': [ERROR, { vars: 'local', args: 'after-used' }],
+ 'no-unused-vars': [ERROR, { vars: 'local', args: 'none' }],
175
'no-use-before-define': [ERROR, 'nofunc'],
176
'no-useless-computed-key': ERROR,
177
'no-useless-concat': ERROR,
0 commit comments