Skip to content

Commit

Permalink
chore: back to ts config for eslint, #256
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Mar 19, 2024
1 parent 9a27c0c commit 8cd6092
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 140 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js → eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import antfu from '@antfu/eslint-config'

// We temporarily disable `eslint.config.ts` which given by `eslint-ts-patch`
// Related: https://github.com/antfu/eslint-ts-patch/issues/5
export default antfu({
// force enable vue and typescript rules
vue: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"bumpp": "^9.4.0",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "npm:eslint-ts-patch@8.55.0-1",
"eslint": "npm:eslint-ts-patch@8.57.0-0",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.55.0-1",
"eslint-ts-patch": "8.57.0-0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand Down
Loading

0 comments on commit 8cd6092

Please sign in to comment.