We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701a1d5 commit d9d6da4Copy full SHA for d9d6da4
.eslintrc.js
@@ -118,12 +118,14 @@ module.exports = {
118
'no-class-assign': 'error',
119
'no-confusing-arrow': 'error',
120
'no-const-assign': 'error',
121
+ 'no-constructor-return': 'error',
122
'no-control-regex': 'error',
123
'no-debugger': 'error',
124
'no-delete-var': 'error',
125
'no-dupe-args': 'error',
126
'no-dupe-class-members': 'error',
127
'no-dupe-keys': 'error',
128
+ 'no-dupe-else-if': 'error',
129
'no-duplicate-case': 'error',
130
'no-duplicate-imports': 'error',
131
'no-empty-character-class': 'error',
@@ -247,6 +249,7 @@ module.exports = {
247
249
'no-return-await': 'error',
248
250
'no-self-assign': 'error',
251
'no-self-compare': 'error',
252
+ 'no-setter-return': 'error',
253
'no-shadow-restricted-names': 'error',
254
'no-tabs': 'error',
255
'no-template-curly-in-string': 'error',
0 commit comments