Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 8, 2024
1 parent 29059dc commit 55629db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import config from '@innei/prettier'
import { factory } from '@innei/prettier'

export default {
...config,
importOrderParserPlugins: ['importAssertions', 'typescript', 'jsx'],
}
export default factory({
importSort: false,
})

0 comments on commit 55629db

Please sign in to comment.