Skip to content
Snippets Groups Projects
Commit ad086464 authored by OZGCloud's avatar OZGCloud
Browse files

prettier-plugin-tailwindcss need to be last plugin

parent 4bb3726b
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,5 @@ node_modules ...@@ -3,7 +3,5 @@ node_modules
/package.json /package.json
/pnpm-lock.yaml /pnpm-lock.yaml
packages/workspace/src/generators/**/files/**/*.json packages/workspace/src/generators/**/files/**/*.json
/.nx/cache /.nx/cache
.angular .angular
/.nx/cache
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
"useTabs": false, "useTabs": false,
"embeddedLanguageFormatting": "auto", "embeddedLanguageFormatting": "auto",
"plugins": [ "plugins": [
"prettier-plugin-tailwindcss", "prettier-plugin-organize-imports",
"prettier-plugin-organize-imports" "prettier-plugin-tailwindcss"
], ],
"tailwindConfig": "./libs/design-system/src/lib/tailwind-preset/tailwind.config.js" "tailwindConfig": "./libs/design-system/src/lib/tailwind-preset/tailwind.config.js"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment