2017-02-03 19:23:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-03 19:43:25 -05:00
|
|
|
;;; lang/javascript/packages.el
|
2017-01-16 23:30:37 -05:00
|
|
|
|
2018-04-19 09:33:47 +03:00
|
|
|
;; requires node npm js-beautify eslint eslint-plugin-react
|
2017-05-20 10:23:22 +02:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! coffee-mode)
|
2018-04-18 18:45:00 -04:00
|
|
|
(package! eslintd-fix)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! js2-mode)
|
|
|
|
(package! js2-refactor)
|
|
|
|
(package! nodejs-repl)
|
2018-04-18 18:45:00 -04:00
|
|
|
(package! rjsx-mode)
|
|
|
|
(package! skewer-mode)
|
2018-04-18 17:26:50 +00:00
|
|
|
(package! tide)
|
2018-04-18 18:44:24 -04:00
|
|
|
(package! typescript-mode)
|
2018-04-18 18:45:00 -04:00
|
|
|
(package! web-beautify)
|
2017-01-16 23:30:37 -05:00
|
|
|
|
2018-01-04 17:05:37 -05:00
|
|
|
(when (featurep! :feature lookup)
|
2017-03-15 22:45:27 -04:00
|
|
|
(package! xref-js2))
|
|
|
|
|