Skip to content

Commit

Permalink
chore: remove dependency rules of ts-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 5, 2024
1 parent cfe2e44 commit 92a4ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.6.0",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand Down Expand Up @@ -51,9 +51,6 @@
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@typescript-eslint/eslint-plugin>eslint": "^9.0.0",
"@typescript-eslint/parser>eslint": "^9.0.0",
"@typescript-eslint/type-utils>eslint": "^9.0.0",
"@typescript-eslint/utils>eslint": "^9.0.0"
}
}
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92a4ada

Please sign in to comment.