We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure prettier to auto-format source code – eventually as part of a commit pre-hook, I guess.
prettier
Start with the validation package and use a prettier option to remove the ;s.
validation
;
The text was updated successfully, but these errors were encountered:
Already done for the validation package, per commit of PR #104 . But it's not automated yet: it currently relies on IDE support.
Sorry, something went wrong.
No branches or pull requests
Configure
prettier
to auto-format source code – eventually as part of a commit pre-hook, I guess.Start with the
validation
package and use aprettier
option to remove the;
s.The text was updated successfully, but these errors were encountered: