Skip to content

Commit 1c11846

Browse files
committed
chore: use js config file for eslint
1 parent 74e6a94 commit 1c11846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
35
export default antfu({
46
// enable UnoCSS support
57
// https://unocss.dev/integrations/vscode

0 commit comments

Comments
 (0)