doomemacs/modules/lang/javascript/packages.el

22 lines
452 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! js2-mode)
(package! js2-refactor)
(package! rjsx-mode)
(package! nodejs-repl)
(package! web-beautify)
(package! tide)
2017-03-24 15:01:03 -04:00
(package! skewer-mode)
(package! eslintd-fix)
2017-01-16 23:30:37 -05:00
(when (featurep! :completion company)
(package! company-tide))
2017-02-19 18:57:16 -05:00
(when (featurep! :feature lookup)
(package! xref-js2))