From 419dd60626aa9f2ca3a597c3342f061bc2c6436b Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 13 Jul 2024 12:58:23 -0700 Subject: [PATCH] Install: Add linters to be installed --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index b75a507..b7fa31d 100755 --- a/install.sh +++ b/install.sh @@ -93,12 +93,15 @@ function performSetup() { gcc \ tmux neovim \ eza bat fzf ripgrep fd jq gron \ + hadolint \ git lazygit git-delta \ crane dive \ go sqlite \ stripe-cli restic npm install -g @devcontainers/cli + npm install -g mjml + npm install -g jsonlint popd > /dev/null }