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
|
|
|
|
2017-05-20 10:23:22 +02:00
|
|
|
;; requires node npm tern js-beautify eslint eslint-plugin-react
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! coffee-mode)
|
|
|
|
(package! js2-mode)
|
|
|
|
(package! js2-refactor)
|
2017-03-25 04:04:16 -04:00
|
|
|
(package! rjsx-mode)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! nodejs-repl)
|
2017-03-23 15:47:07 -04:00
|
|
|
(package! web-beautify)
|
2018-04-18 17:26:50 +00:00
|
|
|
(package! tide)
|
2017-03-24 15:01:03 -04:00
|
|
|
(package! skewer-mode)
|
2017-09-28 01:55:47 -07:00
|
|
|
(package! eslintd-fix)
|
2017-01-16 23:30:37 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
2018-04-18 17:26:50 +00:00
|
|
|
(package! company-tide))
|
2017-02-19 18:57:16 -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))
|
|
|
|
|