Fix prettier-plugin-tailwindcss
This commit is contained in:
parent
a088bff7be
commit
1b05d1120b
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"semi": false,
|
|
||||||
"plugins": [
|
|
||||||
"prettier-plugin-tailwindcss",
|
|
||||||
"@trivago/prettier-plugin-sort-imports"
|
|
||||||
],
|
|
||||||
"pluginSearchDirs": false
|
|
||||||
}
|
|
8
leaky-ships/prettier.config.js
Normal file
8
leaky-ships/prettier.config.js
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
module.exports = {
|
||||||
|
semi: false,
|
||||||
|
plugins: [
|
||||||
|
"@trivago/prettier-plugin-sort-imports",
|
||||||
|
"prettier-plugin-tailwindcss", // MUST come last
|
||||||
|
],
|
||||||
|
pluginSearchDirs: false,
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue