Skip to content

Commit 20ac6b6

Browse files
committed
Merge branch 'v1-master' of github.com:ShuyunFF2E/cloud-react into feat-imageText-mly
2 parents 537469e + 161013d commit 20ac6b6

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
@@ -145,7 +145,9 @@
145145
}
146146
],
147147
"react/prefer-stateless-function": "off",
148-
"react/jsx-one-expression-per-line": "off"
148+
"react/jsx-one-expression-per-line": "off",
149+
"jsx-a11y/no-noninteractive-element-interactions": "off",
150+
"no-shadow": "off"
149151
},
150152
"globals": {
151153
"window": true,

0 commit comments

Comments
 (0)