8000
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 bce0880 commit df91d5fCopy full SHA for df91d5f
.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',