Skip to content

Commit 28f2778

Browse files
committed
Merge branch 'v1-master' of github.com:ShuyunFF2E/cloud-react into feat-select-tips
2 parents 6854e06 + 161013d commit 28f2778

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)