Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 8, 2025
1 parent 2d5fd02 commit 762f95d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export default vuepress(
...TOOLS_DIRS,
],
},
markdown: {
overrides: {
'vue/component-api-style': 'off',
},
},
typescript: {
overrides: {
'@typescript-eslint/consistent-indexed-object-style': 'off',
Expand Down

0 comments on commit 762f95d

Please sign in to comment.