Skip to content

Commit 161013d

Browse files
committed
feat: 修改 eslint 配置
1 parent 6f18a60 commit 161013d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@
128128
}
129129
],
130130
"react/prefer-stateless-function": "off",
131-
"react/jsx-one-expression-per-line": "off"
131+
"react/jsx-one-expression-per-line": "off",
132+
"jsx-a11y/no-noninteractive-element-interactions": "off",
133+
"no-shadow": "off"
132134
},
133135
"globals": {
134136
"window": true,

0 commit comments

Comments
 (0)