Add some initial JS stuff

Add nodejs, TS LSP and eslint with flymake plugin for emacs
This commit is contained in:
Evie Litherland-Smith 2024-02-12 09:16:58 +00:00
parent 779e01d1b7
commit 608faf3fac
2 changed files with 6 additions and 0 deletions

View file

@ -60,6 +60,7 @@
treesit-auto treesit-auto
flymake-popon flymake-popon
flymake-shellcheck flymake-shellcheck
flymake-eslint
apheleia apheleia
direnv direnv
rainbow-delimiters rainbow-delimiters

View file

@ -29,6 +29,11 @@
rustfmt rustfmt
rust-analyzer rust-analyzer
# JavaScript / TypeScript
nodejs
nodePackages.typescript-language-server
nodePackages.eslint
# Shell and misc # Shell and misc
shfmt shfmt
shellcheck shellcheck