Created
October 28, 2016 03:23
-
-
Save itsdouges/75c910f7ff37b4f6894bb1b3bad8ab26 to your computer and use it in GitHub Desktop.
Sublime Config Setting For Eslint Imports
This file contains 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
// To make imorts work with `eslint`/`eslint_d` correctly in sublime, add this to your config: | |
"args": ["--stdin-filename", "@"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment