Skip to content

Commit

Permalink
fix: disable @typescript-eslint/explicit-function-return-type in vue …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
kelsos committed Oct 2, 2024
1 parent 114142f commit 61dec77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export async function vue(
...pluginVue.configs['vue3-recommended'].rules,
},

'@typescript-eslint/explicit-function-return-type': 'off',
'node/prefer-global/process': 'off',

'vue/block-order': ['error', {
Expand Down

0 comments on commit 61dec77

Please sign in to comment.