Skip to content

Commit 1788d23

Browse files
committed
fix: disable ts/explicit-function-return-type in vue files
1 parent 60ffdbe commit 1788d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configs/vue.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ export async function vue(
111111
},
112112

113113
'node/prefer-global/process': 'off',
114+
'ts/explicit-function-return-type': 'off',
115+
114116
'vue/block-order': ['error', {
115117
order: ['script', 'template', 'style'],
116118
}],
117-
118119
'vue/component-name-in-template-casing': ['error', 'PascalCase'],
119120
'vue/component-options-name-casing': ['error', 'PascalCase'],
120121
// this is deprecated

0 commit comments

Comments
 (0)