Skip to content

Commit

Permalink
fixup: more svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Apr 8, 2024
1 parent 7b21632 commit 0e1e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports = {
// Node.js builtins
['^node:'],
// Third-party packages
['^vitest', '^svelte', '^@?\\w'],
['^vitest', '^svelte', '^@sveltejs', '^@?\\w'],
// First-party packages
['^@viamrobotics'],
// Anything not matched in another group, like internal $alias imports
Expand Down

0 comments on commit 0e1e413

Please sign in to comment.