Skip to content

Commit

Permalink
fix(build): remove overrides as it seems not working well with eslint…
Browse files Browse the repository at this point in the history
… 8 + TS-ESLint 7
  • Loading branch information
Tony Jiang committed Jun 24, 2024
1 parent 3d175d8 commit 128cabb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,5 @@
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vue-eslint-parser": "^9.4.3"
},
"overrides": {
"eslint-plugin-unused-imports": {
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "$eslint"
},
"peerDependencies": {
"eslint": ">=8.40.0",
"@typescript-eslint/eslint-plugin": ">=7.13.1"
}
}
}
}

0 comments on commit 128cabb

Please sign in to comment.