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 739c2a3 commit 9be67b2Copy full SHA for 9be67b2
.eslintrc.js
@@ -114,6 +114,7 @@ module.exports = {
114
tabWidth: 2,
115
}],
116
'new-parens': 'error',
117
+ 'no-async-promise-executor': 'error',
118
'no-class-assign': 'error',
119
'no-confusing-arrow': 'error',
120
'no-const-assign': 'error',
@@ -246,6 +247,7 @@ module.exports = {
246
247
'no-return-await': 'error',
248
'no-self-assign': 'error',
249
'no-self-compare': 'error',
250
+ 'no-shadow-restricted-names': 'error',
251
'no-tabs': 'error',
252
'no-template-curly-in-string': 'error',
253
'no-this-before-super': 'error',
0 commit comments