remove: tailwindcss/plugin until we find solution

This commit is contained in:
Johannes Kirschbauer
2023-10-08 16:31:16 +02:00
parent 6d0c0275f4
commit 75dd1e866a

View File

@@ -11,9 +11,10 @@
treefmt.flakeFormatter = true; treefmt.flakeFormatter = true;
treefmt.programs.shellcheck.enable = true; treefmt.programs.shellcheck.enable = true;
treefmt.programs.prettier.enable = true; treefmt.programs.prettier.enable = true;
treefmt.programs.prettier.settings.plugins = [ # TODO: add custom prettier package, that uses our ui/node_modules
"${self'.packages.prettier-plugin-tailwindcss}/lib/node_modules/prettier-plugin-tailwindcss/dist/index.mjs" # treefmt.programs.prettier.settings.plugins = [
]; # "${self'.packages.prettier-plugin-tailwindcss}/lib/node_modules/prettier-plugin-tailwindcss/dist/index.mjs"
# ];
treefmt.settings.formatter.prettier.excludes = [ treefmt.settings.formatter.prettier.excludes = [
"secrets.yaml" "secrets.yaml"
"key.json" "key.json"