Skip to content

Commit

Permalink
fix: prettier-plugin-toml for new format
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarewk committed Oct 17, 2024
1 parent 9960e13 commit bd5c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/configs/treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in {
};
prettier = {
command = lib.getExe nixpkgs.nodePackages.prettier;
options = ["--plugin" "${nixpkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/api.js" "--write"];
options = ["--plugin" "${nixpkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/index.cjs" "--write"];
includes = [
"*.css"
"*.html"
Expand Down

0 comments on commit bd5c82a

Please sign in to comment.