-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format_on_save #55
Comments
@jerrychen1013 I believe you'll need to add the following to your
|
I did this and I can see in the console that EsLint is being run... but my file is not being formatted. It formats standard js files fine.. but not vue single file components. If I run EsLint on the file from the command line it points out the errors just fine, but EsLint-Formatter doesn't apply the format to fix those issues. |
Could this be due to #71? |
v2.3.1 is installed, after setting config: "format_on_save: true",
it would only pop out Linter warning and not fixed.
But if using hot key, it works perfectly.
My env:
OS: Sierra 10.12
Sublime Text 3
Below is the debug message:
I still can not find out the reason.
Has any idea?
Thank you
The text was updated successfully, but these errors were encountered: