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 07d77d2 commit ef2e382Copy full SHA for ef2e382
lib/configs/recommended.js
@@ -55,6 +55,7 @@ module.exports = {
55
'no-regex-spaces': 'error',
56
'no-return-assign': 'error',
57
'no-self-assign': 'error',
58
+ 'no-shadow': 'error',
59
'no-sparse-arrays': 'error',
60
'no-this-before-super': 'error',
61
'no-throw-literal': 'error',
0 commit comments