Skip to content

Commit 846315a

Browse files
committed
chore: remove eslint-plugin-jsx-a11y package
1 parent cb9fd59 commit 846315a

3 files changed

Lines changed: 0 additions & 1024 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import eslintPluginAstro from "eslint-plugin-astro";
22
import globals from "globals";
3-
import jsxA11y from "eslint-plugin-jsx-a11y";
43
import tseslint from "typescript-eslint";
54

65
export default [
7-
jsxA11y.flatConfigs.recommended,
86
...tseslint.configs.recommended,
97
...eslintPluginAstro.configs.recommended,
108
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@typescript-eslint/parser": "^8.25.0",
3838
"eslint": "^9.21.0",
3939
"eslint-plugin-astro": "^1.3.1",
40-
"eslint-plugin-jsx-a11y": "^6.10.2",
4140
"globals": "^16.0.0",
4241
"prettier": "^3.5.2",
4342
"prettier-plugin-astro": "^0.14.1",

0 commit comments

Comments
 (0)