doomemacs/modules/lang/javascript/packages.el
Henrik Lissner daec7b5057
Remove eslintd-fix package
This package isn't hooked up to anything and has no keybinds. Its config
is so trivial that users can install it themselves, so I decided it
won't be included with the module by default.
2020-04-23 23:56:17 -04:00

22 lines
609 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/javascript/packages.el
;; Major modes
(package! coffee-mode :pin "35a41c7d82")
(package! js2-mode :pin "fe53814dc2")
(package! rjsx-mode :pin "0061587a06")
(package! typescript-mode :pin "102587e458")
;; Tools
(package! js2-refactor :pin "d4c40b5fc8")
(package! npm-mode :pin "3ee7c0bad5")
(package! add-node-modules-path :pin "f31e69ccb6")
;; Eval
(package! nodejs-repl :pin "6fad7d764f")
(package! skewer-mode :pin "e5bed35193")
;; Programming environment
(package! tide :pin "3b45610faa")
(when (featurep! :tools lookup)
(package! xref-js2 :pin "6f1ed5dae0"))