We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27c0c commit 8cd6092Copy full SHA for 8cd6092
eslint.config.js renamed to eslint.config.ts
@@ -1,7 +1,5 @@
1
import antfu from '@antfu/eslint-config'
2
3
-// We temporarily disable `eslint.config.ts` which given by `eslint-ts-patch`
4
-// Related: https://github.com/antfu/eslint-ts-patch/issues/5
5
export default antfu({
6
// force enable vue and typescript rules
7
vue: true,
package.json
@@ -82,9 +82,9 @@
82
"bumpp": "^9.4.0",
83
"cross-env": "^7.0.3",
84
"degit": "^2.8.4",
85
- "eslint": "npm:eslint-ts-patch@8.55.0-1",
+ "eslint": "npm:eslint-ts-patch@8.57.0-0",
86
"eslint-plugin-format": "^0.1.0",
87
- "eslint-ts-patch": "8.55.0-1",
+ "eslint-ts-patch": "8.57.0-0",
88
"execa": "^8.0.1",
89
"fast-glob": "^3.3.2",
90
"fs-extra": "^11.2.0",
0 commit comments