Skip to content

Commit

Permalink
feat: upgrade eslint, remove @types/eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 7, 2024
1 parent 43e0228 commit 21e9c7b
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 365 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@prettier/plugin-xml": "^3.4.1",
"@unocss/eslint-plugin": ">=0.50.0",
"astro-eslint-parser": "^1.0.2",
"eslint": "^9.5.0",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-format": ">=0.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^3.4.0",
"eslint-plugin-perfectionist": "^3.5.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-toml": "^0.11.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -139,15 +139,14 @@
"@eslint/config-inspector": "^0.5.4",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin-migrate": "^2.7.2",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.4",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^0.62.3",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -171,12 +170,12 @@
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue": "^3.5.2"
"vue": "^3.5.3"
},
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/utils": "^8.4.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"tsx": "^4.19.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 21e9c7b

Please sign in to comment.