Skip to content

Commit 8cd6092

Browse files
committed
chore: back to ts config for eslint, #256
1 parent 9a27c0c commit 8cd6092

File tree

3 files changed

+138
-140
lines changed

3 files changed

+138
-140
lines changed

eslint.config.js renamed to eslint.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import antfu from '@antfu/eslint-config'
22

3-
// We temporarily disable `eslint.config.ts` which given by `eslint-ts-patch`
4-
// Related: https://github.com/antfu/eslint-ts-patch/issues/5
53
export default antfu({
64
// force enable vue and typescript rules
75
vue: true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"bumpp": "^9.4.0",
8383
"cross-env": "^7.0.3",
8484
"degit": "^2.8.4",
85-
"eslint": "npm:eslint-ts-patch@8.55.0-1",
85+
"eslint": "npm:eslint-ts-patch@8.57.0-0",
8686
"eslint-plugin-format": "^0.1.0",
87-
"eslint-ts-patch": "8.55.0-1",
87+
"eslint-ts-patch": "8.57.0-0",
8888
"execa": "^8.0.1",
8989
"fast-glob": "^3.3.2",
9090
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)