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
flymake-popon
flymake-shellcheck
flymake-eslint
apheleia
direnv
rainbow-delimiters

View file

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