We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a48cf commit ee8c311Copy full SHA for ee8c311
docs/docs/making-your-site-accessible.md
@@ -44,7 +44,7 @@ For more on supported rules, check out the docs for [`eslint-plugin-jsx-a11y`](h
44
"extends": ["react-app", "plugin:jsx-a11y/recommended"],
45
"plugins": ["jsx-a11y"],
46
"rules": {
47
- "jsx-a11y/rule-name": "warning"
+ "jsx-a11y/rule-name": "warn"
48
}
49
50
```
0 commit comments