Skip to content

Commit f427af7

Browse files
author
helinjiang
committed
该规则并不合理,关闭之
1 parent 8757a7d commit f427af7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
.DS_Store
55
*.log
66
demo/dev
7+
.idea

conf/.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
"react/prop-types": "off",
3838
"react/jsx-filename-extension": "off",
3939
"react/jsx-indent": ["error", 4],
40-
"react/jsx-indent-props": ["error", 4]
40+
"react/jsx-indent-props": ["error", 4],
41+
"jsx-a11y/no-static-element-interactions": "off"
4142
}
4243
};

0 commit comments

Comments
 (0)