1 parent 99a032e commit da84046Copy full SHA for da84046
1 file changed
.oxlintrc.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://oxc.rs/schema/oxlintrc.json",
3
- "plugins": ["react", "typescript", "import"],
+ "plugins": ["react", "typescript", "import", "jsx-a11y"],
4
"rules": {
5
"react/react-in-jsx-scope": "off",
6
"typescript/no-unused-vars": ["warn", { "varsIgnorePattern": "^_" }],
0 commit comments