Skip to content

Commit

Permalink
Fix prettier-plugin-sort-imports for vscode. (#50718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored Jan 3, 2025
1 parent 604970c commit 5fc8e33
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 5fc8e33

Please sign in to comment.