Fixed prettier config
This commit is contained in:
parent
afd07fcfed
commit
a24bf068aa
4 changed files with 1892 additions and 550 deletions
7
src/frontend/.prettierrc.mjs
Normal file
7
src/frontend/.prettierrc.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const config = {
|
||||
plugins: ["prettier-plugin-tailwindcss", "prettier-plugin-organize-imports"],
|
||||
tailwindConfig: "./tailwind.config.mjs",
|
||||
organizeImportsSkipDestructiveCodeActions: true,
|
||||
};
|
||||
|
||||
export default config;
|
||||
2426
src/frontend/package-lock.json
generated
2426
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +0,0 @@
|
|||
const config = {
|
||||
plugins: [import("prettier-plugin-tailwindcss")],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
module.exports = {
|
||||
// ...
|
||||
organizeImportsSkipDestructiveCodeActions: true,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue