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
chore: add prettier config, format file, add lint workflow (#63)
The prettier config was adapted from the official GitHub Actions repo,
bent to fit the prevailing style (where possible) already in the project
The intent is not to be controversial or argue about whitespace, it is just
to have a consistent easy-to-verify style specifically to avoid all arguments
about whitespace. If anything in here is objectionable, just name the setting
to alter and I can edit / re-format / re-push
chore: add husky and hook build/format/lint checks to pre-commit
This enforces the same checks locally that will execute in CI
With this, everyone should have a clean / consistent dev environment,
and it will be clear to contributors if they submit code that is not valid
typescript
Additionally, after doing the build it adds the dist/index.js output to the
commit list so contributors can't forget to commit it
lint(prettier): trailingComma preferred as all vs none
Co-authored-by: Steven <steven@ceriously.com>
Co-authored-by: Steven <steven@ceriously.com>
0 commit comments