Jan 18th 23 8:27 pm
@benbrown i cleaned up your codebase https://github.com/benbrown/shuttlecraft/pull/119
@benbrown if you're interested, i'd be happy to convert it to typescript if and when these changes get merged
@selfagency@kibitz.cloud no thanks i don't want to introduce build steps
@benbrown totally reasonable
@benbrown do you want any github actions to validate code, scan for security vulnerabilities, etc.?
@selfagency@kibitz.cloud would love to enforce the linter rules on PR. will turn on dependabot eventually to monitor for problems in the tree.
@benbrown ok, the action is in the pr. you just need to set the branch rules for `main` in the github settings to require that the `eslint` and `prettier` checks pass before merge.
@benbrown i'll figure out handlebars linting in another PR, i already overloaded this one
@selfagency@kibitz.cloud yeah let me crunch on this one for a bit. I don't have a ton of time to work on shuttlecraft during the week.
@benbrown if you'd prefer I can go back and break it into smaller PRs
@selfagency@kibitz.cloud no I think it will be fine