We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9fd59 commit 846315aCopy full SHA for 846315a
3 files changed
eslint.config.js
@@ -1,10 +1,8 @@
1
import eslintPluginAstro from "eslint-plugin-astro";
2
import globals from "globals";
3
-import jsxA11y from "eslint-plugin-jsx-a11y";
4
import tseslint from "typescript-eslint";
5
6
export default [
7
- jsxA11y.flatConfigs.recommended,
8
...tseslint.configs.recommended,
9
...eslintPluginAstro.configs.recommended,
10
{
package.json
@@ -37,7 +37,6 @@
37
"@typescript-eslint/parser": "^8.25.0",
38
"eslint": "^9.21.0",
39
"eslint-plugin-astro": "^1.3.1",
40
- "eslint-plugin-jsx-a11y": "^6.10.2",
41
"globals": "^16.0.0",
42
"prettier": "^3.5.2",
43
"prettier-plugin-astro": "^0.14.1",
0 commit comments