We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8757a7d commit f427af7Copy full SHA for f427af7
.gitignore
@@ -4,3 +4,4 @@ node_modules
4
.DS_Store
5
*.log
6
demo/dev
7
+.idea
conf/.eslintrc.js
@@ -37,6 +37,7 @@ module.exports = {
37
"react/prop-types": "off",
38
"react/jsx-filename-extension": "off",
39
"react/jsx-indent": ["error", 4],
40
- "react/jsx-indent-props": ["error", 4]
+ "react/jsx-indent-props": ["error", 4],
41
+ "jsx-a11y/no-static-element-interactions": "off"
42
}
43
};
0 commit comments