Skip to content

Commit

Permalink
vue and vitest should be always on top
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Jul 23, 2024
1 parent 6937c92 commit 5d0632f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/eslint-config-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ module.exports = {
{
groups: ['builtin', 'external', 'internal', 'type'],
pathGroups: [
{
pattern: 'vue',
group: 'builtin',
position: 'before'
},
{
pattern: 'vitest',
group: 'builtin',
position: 'before'
},
{
pattern: '@vue/**',
group: 'builtin',
position: 'before'
},
{
pattern: '@/**',
group: 'internal'
Expand Down

0 comments on commit 5d0632f

Please sign in to comment.