idok / eslint-plugin

ESLint plugin for intellij
http://plugins.jetbrains.com/plugin/7494
MIT License
151 stars 18 forks source link

Fix ESLint Problems not saving file to disk. #76

Open eHallberg opened 5 years ago

eHallberg commented 5 years ago

Im having and issue where Fix ESLint Problems is only fixing the changes and not saving file to disk, webpack triggers recompile so i guess that the save is done before --fix.

I added the setting to see if a tab is saved or not, and it indicates that it is not saved. If i run the command again the file will be saved.

image