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
eslint 4 exposes a new command line option that could be useful: --fix-dry-run.
At first glance, I couldn't tell if this option is available when using eslint programmatically. We should investigate and implement this if its possible.
eslint 4 exposes a new command line option that could be useful:
--fix-dry-run
.At first glance, I couldn't tell if this option is available when using eslint programmatically. We should investigate and implement this if its possible.
https://eslint.org/docs/user-guide/command-line-interface#options
The text was updated successfully, but these errors were encountered: