Skip to content

Commit

Permalink
chore: update vue eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 19, 2023
1 parent 2f0520d commit d076ca1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 1,

'vue/block-lang': [
'error',
{
script: { lang: 'ts', allowNoLang: false },
},
],
'vue/component-api-style': ['error', ['script-setup']],
},
};

0 comments on commit d076ca1

Please sign in to comment.