We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ba2e commit 50b0a2bCopy full SHA for 50b0a2b
.eslintrc.json
@@ -2,6 +2,7 @@
2
"extends": ["eslint:recommended", "react-app", "plugin:jsx-a11y/recommended"],
3
"plugins": ["jsx-a11y"],
4
"rules": {
5
- "no-console": [0]
+ "no-console": [0],
6
+ "jsx-a11y/href-no-hash": [0]
7
}
8
0 commit comments