Skip to content

Commit

Permalink
feat: remove @types/eslint from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Sep 9, 2024
1 parent 595c01a commit d3e7e90
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 87 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@eslint/markdown": "^6.0.0",
"@types/eslint": "^9.6.1",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -56,7 +55,7 @@
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.3",
"@typescript-eslint/utils": "^8.3.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit d3e7e90

Please sign in to comment.