Skip to content

Commit ef2e382

Browse files
committed
feat: add no-shadow to recommended rules
1 parent 07d77d2 commit ef2e382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = {
5555
'no-regex-spaces': 'error',
5656
'no-return-assign': 'error',
5757
'no-self-assign': 'error',
58+
'no-shadow': 'error',
5859
'no-sparse-arrays': 'error',
5960
'no-this-before-super': 'error',
6061
'no-throw-literal': 'error',

0 commit comments

Comments
 (0)