Skip to content

Commit

Permalink
Fix prettier-plugin-sort-imports for vscode. (#50708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored Jan 2, 2025
1 parent 061b0e2 commit b455a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
arrowParens: 'avoid',
printWidth: 80,
bracketSpacing: true,
plugins: [require('@ianvs/prettier-plugin-sort-imports')],
plugins: ['@ianvs/prettier-plugin-sort-imports'],
importOrder: [
'<BUILTIN_MODULES>',
'',
Expand Down

0 comments on commit b455a90

Please sign in to comment.