Skip to content

Commit da84046

Browse files
committed
Revert "disabled accessibility checks"
This reverts commit 839f8de.
1 parent 99a032e commit da84046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://oxc.rs/schema/oxlintrc.json",
3-
"plugins": ["react", "typescript", "import"],
3+
"plugins": ["react", "typescript", "import", "jsx-a11y"],
44
"rules": {
55
"react/react-in-jsx-scope": "off",
66
"typescript/no-unused-vars": ["warn", { "varsIgnorePattern": "^_" }],

0 commit comments

Comments
 (0)