[*] Removes tern in favor of tide, adds node modules to path to execute things like flow, prettier, etc

This commit is contained in:
taylor 2018-04-18 17:26:50 +00:00
parent ba24073a07
commit 8af94e8731
3 changed files with 33 additions and 17 deletions

View file

@ -8,13 +8,13 @@
(package! js2-refactor)
(package! rjsx-mode)
(package! nodejs-repl)
(package! tern)
(package! web-beautify)
(package! tide)
(package! skewer-mode)
(package! eslintd-fix)
(when (featurep! :completion company)
(package! company-tern))
(package! company-tide))
(when (featurep! :feature lookup)
(package! xref-js2))