Skip to content

Commit

Permalink
List Prettier plugins last
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jan 6, 2023
1 parent 3c56464 commit 2a4583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Expand Up @@ -4,6 +4,6 @@ module.exports = {
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
plugins: ['prettier-plugin-svelte', 'prettier-plugin-organize-imports', 'prettier-plugin-tailwindcss'],
pluginSearchDirs: false,
plugins: ['prettier-plugin-svelte', 'prettier-plugin-organize-imports', 'prettier-plugin-tailwindcss'],
}

0 comments on commit 2a4583d

Please sign in to comment.