Created
January 21, 2020 08:44
-
-
Save palashkulsh/bd5c8df4f2cfc8a5391c69cc7a3af3ee to your computer and use it in GitHub Desktop.
eslint setup on emacs and linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install eslint --save-dev --global | |
npm install eslint_d --save-dev --global | |
install flycheck in emacs | |
install js2-mode in emacs | |
install eslintd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment