Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Add eslint-plugin-jsx-a11y (#52). Fix #46 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyusu4 authored Apr 1, 2024
1 parent e0fd92e commit 41b65f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "next/core-web-vitals",
"extends": ["next/core-web-vitals", "plugin:jsx-a11y/recommended"],
"rules": {
"react/no-unescaped-entities": "off"
}
Expand Down
121 changes: 1 addition & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/react": "18.2.64",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
Expand Down

0 comments on commit 41b65f7

Please sign in to comment.