Skip to content

Commit 4d0368c

Browse files
author
chengyu.chengyulia
committed
fix: eslint no-shadow
1 parent 4922c52 commit 4d0368c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
"@typescript-eslint/explicit-function-return-type": 0,
103103
"@typescript-eslint/interface-name-prefix": 0,
104104
"@typescript-eslint/explicit-module-boundary-types": 0,
105+
"no-shadow": 0,
106+
"@typescript-eslint/no-shadow": 2,
105107
"no-invalid-this": 0,
106108
"babel/no-invalid-this": 2,
107109
"no-await-in-loop": "off",

0 commit comments

Comments
 (0)