diff options
author | Alan Pearce | 2024-05-04 12:54:31 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-04 14:51:00 +0200 |
commit | 5b9e67fd5129dec75169a1a070c70f910dff6da2 (patch) | |
tree | 73a4656b60387556462e7d5384cac0919bc1da66 /default.nix | |
parent | a2c97c10ee0a01277c51f85b15bdf8ee821f96db (diff) | |
download | searchix-5b9e67fd5129dec75169a1a070c70f910dff6da2.tar.lz searchix-5b9e67fd5129dec75169a1a070c70f910dff6da2.tar.zst searchix-5b9e67fd5129dec75169a1a070c70f910dff6da2.zip |
feat: frontend search implementation
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index d3585e0..4face77 100644 --- a/default.nix +++ b/default.nix @@ -54,7 +54,7 @@ in 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" |