doomemacs/modules/lang/javascript/packages.el

20 lines
413 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
2017-02-03 19:43:25 -05:00
;;; lang/javascript/packages.el
2017-01-16 23:30:37 -05:00
;; requires node npm tern js-beautify eslint eslint-plugin-react
(package! coffee-mode)
(package! eslintd-fix)
(package! js2-mode)
(package! js2-refactor)
(package! nodejs-repl)
(package! rjsx-mode)
(package! skewer-mode)
(package! tide)
(package! typescript-mode)
(package! web-beautify)
2017-01-16 23:30:37 -05:00
(when (featurep! :feature lookup)
(package! xref-js2))