Remove curly "Unnecessary { after if/for-of" autofixes from on-save formatter #449
Open
3 tasks done
Labels
enhancement
New feature or request
Clear and concise description of the problem
Pretty often I find myself writing
to avoid ESLint collapsing that to
when I save the file
Suggested solution
Move "Unnecessary { after if/for-of" autofixes to on-explicit-format (or on-command-line) formatting so it doesn't autofix while I'm in the middle of writing it
Alternative
Autosaving may sometimes bypass linting, but I prefer my files not to autosave ever in some cases
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: