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
If there is no tool to fix a style issue, then I won't enforce the rule.
It's important to have an automated way of formatting source code to eliminate discussions around style and remove noise from diffs.
The best way to handle it is to fix all fixable errors using lint-staged and Prettier. That way developers won't even notice. Good IDEs are able to apply prettier style guides automatically even during editing.
If there is no tool to fix a style issue, then I won't enforce the rule.
It's important to have an automated way of formatting source code to eliminate discussions around style and remove noise from diffs.
The best way to handle it is to fix all fixable errors using lint-staged and Prettier. That way developers won't even notice. Good IDEs are able to apply prettier style guides automatically even during editing.
See https://github.com/bifravst/code-style
The text was updated successfully, but these errors were encountered: