eslint-plugin icon indicating copy to clipboard operation
eslint-plugin copied to clipboard

Fix ESLint Problems not saving file to disk.

Open eHallberg opened this issue 6 years ago • 0 comments

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

eHallberg avatar Feb 27 '19 10:02 eHallberg