feat: frontend search implementation
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M default.nix → default.nix
@@ -54,7 +54,7 @@ check-symlinks.enable = true; editorconfig-checker.enable = true; prettier = { enable = true; - types_or = [ "plain-text" "yaml" "gotmpl" ]; + types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ]; settings = { plugins = with pkgs.nodePackages; [ "${prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js"