Skip to content

Commit

Permalink
fix(toolchain/eslint-config): add eslint 'sort-imports' rule to javas…
Browse files Browse the repository at this point in the history
…cript rules
  • Loading branch information
mpellegrini committed Mar 18, 2024
1 parent b58b851 commit e12c543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-pkg/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { greetUser, type User } from './index.js'
import { type User, greetUser } from './index.js'

describe('greet user tests', () => {
const user: User = {
Expand Down

0 comments on commit e12c543

Please sign in to comment.