Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
feat(vue): add specific order for define macros
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Dec 20, 2022
1 parent b96e089 commit 9aa79f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ export = defineConfig({
groups: ['props', 'data', 'computed', 'methods', 'setup'],
deepData: false
}],
'vue/define-macros-order': ['error'],
}
})

0 comments on commit 9aa79f6

Please sign in to comment.