Closed DylanVann closed 7 years ago
Maybe using throws
in prettierESLintOptions
.
well, the whole point of formatter is to format, not lint, so you don't need to fix anything manually
If you'd like to implement extra flag to also show linting issues, I'm open to it. I don't intent to implement it by myself for the lack of time
Running standard will tell you if there are things like unused variables. Running prettier-standard won't.
Ideally I think we want a tool that can automatically format code and also: