You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started implementing a new style for my project and after running auto fix on all files I still have quite a few files with errors in them. It would be awesome if I had a way to quickly open each file, fix the issues manually, save, and then move onto the next one.
I can probably achieve this through a custom browserify tranformer running after eslintify but it would be awesome if such functionality was baked into this extension.
I already tried using this custom formatter for eslint made for sublime but the integrated console in VSCode doesn't pick up the file links.
The text was updated successfully, but these errors were encountered:
I marked this as a dub of #91. If the extension would lint all files all problems would show up in eslints problem view and the files could be opened from there.
I started implementing a new style for my project and after running auto fix on all files I still have quite a few files with errors in them. It would be awesome if I had a way to quickly open each file, fix the issues manually, save, and then move onto the next one.
I can probably achieve this through a custom browserify tranformer running after eslintify but it would be awesome if such functionality was baked into this extension.
I already tried using this custom formatter for eslint made for sublime but the integrated console in VSCode doesn't pick up the file links.
The text was updated successfully, but these errors were encountered: