Skip to content

Commit 938b385

Browse files
committed
fix: eslint
1 parent 90578ae commit 938b385

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module '*.vue' {
2+
import type { DefineComponent } from 'vue'
3+
const component: DefineComponent<{}, {}, any>
4+
export default component
5+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"author": "peterroe",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@antfu/eslint-config": "0.27.0",
37+
"@antfu/eslint-config": "0.29.4",
3838
"@vitejs/plugin-vue": "3.1.2",
3939
"@vue/test-utils": "2.1.0",
4040
"bumpp": "8.2.1",

0 commit comments

Comments
 (0)