ESLint-Formatter
ESLint-Formatter copied to clipboard
format_on_save not work on Mac
set format_on_save: true
not work on Mac.
I have try using sublime pos_save hook to run format_eslint
command, not work again.
Hope for your help. Thanks.
You should set the option debug: true
in the settings. Check if the console says something and report it here.
Just installed the plugin on my Sublime 3 as well, and format_on_save does not seem to be triggering at all. The only error I can see in the console is:
Could not import subprocess32 module, falling back to subprocess module
I am using Sublime 3.1.1 Build 3176 if that helps.
Manually triggering the command works as expected.
It still does not work on mac.
Not working for me either.