roadhump / SublimeLinter-contrib-eslint_d

This linter plugin for SublimeLinter provides an interface to eslint_d
MIT License
40 stars 13 forks source link

Flag "-fix" loop re-opens the file #16

Closed mars-dlx closed 4 years ago

mars-dlx commented 6 years ago

Flag "--fix" saves the file and then re-opens it (even if the file has not changed). If the "background" or the "load_save" lint-mode is selected then the lint is triggered when the file is opened. The result is an infinite loop.

I use the "save" lint-mode and double ctrl+s. The first saves the changes and re-open the file. The second displays the results of the lint. It is not comfortable...

P.S. Sorry for my bad english.