doomemacs/modules/lang/javascript
2017-03-25 16:41:01 -04:00
..
+screeps.el
autoload.el lang/javascript: add skewer-mode 2017-03-24 15:01:03 -04:00
config.el lang/javascript (flycheck): favor local eslint over global, if available 2017-03-25 16:41:01 -04:00
packages.el lang/javascript: jsx-mode => rjsx-mode (better integration with js2-mode) 2017-03-25 04:04:16 -04:00
README.md

javascript

Javascript support, including auto-completion (tern), REPL support (nodejs-repl), refactoring commands (js2-refactor), and syntax checking (flycheck).

Includes coffescript and jsx support, as well as project minor modes for nodejs projects (with a package.json) or launchbar 6 actions.

External Dependencies

Run make bootstrap js to install these.

  • NodeJS & NPM (brew install node, pacman -S nodejs npm)
  • tern: npm -g install tern (for completion)