File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : [" next/core-web-vitals" , " plugin:tailwindcss/recommended" ],
3- "plugins" : [" tailwindcss" ]
2+ "extends" : [
3+ " next/core-web-vitals" ,
4+ " plugin:tailwindcss/recommended" ,
5+ " plugin:jsx-a11y/recommended"
6+ ],
7+ "plugins" : [" tailwindcss" , " jsx-a11y" ]
48}
Original file line number Diff line number Diff line change 9090 "dotenv" : " ^16.0.3" ,
9191 "eslint" : " ^8.34.0" ,
9292 "eslint-config-next" : " 13.1.6" ,
93+ "eslint-plugin-jsx-a11y" : " ^6.7.1" ,
9394 "eslint-plugin-tailwindcss" : " ^3.8.3" ,
9495 "esno" : " ^0.16.3" ,
9596 "husky" : " ^8.0.3" ,
Original file line number Diff line number Diff line change @@ -5151,7 +5151,7 @@ eslint-plugin-import@^2.26.0:
51515151 semver "^6.3.0"
51525152 tsconfig-paths "^3.14.1"
51535153
5154- eslint-plugin-jsx-a11y@^6.5.1:
5154+ eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.7.1 :
51555155 version "6.7.1"
51565156 resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#fca5e02d115f48c9a597a6894d5bcec2f7a76976"
51575157 integrity sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==
You can’t perform that action at this time.
0 commit comments