Skip to content

Commit

Permalink
refactor: remove @types/eslint & upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 8, 2024
1 parent 58dacd0 commit 76d05b1
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 168 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,19 @@
"eslint": "^9.5.0"
},
"dependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@eslint/markdown": "^6.1.0",
"@types/eslint": "^9.6.1",
"@unocss/eslint-plugin": "^0.62.3",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "^2.5.0",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-command": "^0.2.4",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-perfectionist": "^3.4.0",
"eslint-plugin-perfectionist": "^3.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -75,8 +74,8 @@
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.5.4",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint-typegen": "^0.3.1",
"eslint": "^9.10.0",
"eslint-typegen": "^0.3.2",
"importx": "^0.4.4",
"picocolors": "^1.1.0",
"tsup": "^8.2.4",
Expand Down
Loading

0 comments on commit 76d05b1

Please sign in to comment.