build: remove formatter for go template files
1 file changed, 1 insertion(+), 6 deletions(-)
changed files
M nix/pre-commit-checks.nix → nix/pre-commit-checks.nix
@@ -61,13 +61,8 @@ excludes = [ "\.md$" ]; }; prettier = { enable = true; - types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ]; + types_or = [ "plain-text" "yaml" "javascript" ]; excludes = [ "CHANGELOG\.md$" ]; - settings = { - plugins = with pkgs.nodePackages; [ - "${prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js" - ]; - }; }; yamllint = {