ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

feat: apply `prettier` to all supported file types #516

Closed G-Rath closed 9 months ago

G-Rath commented 9 months ago

We originally limited the files we applied prettier to a subset (which I think is really just "not yaml"?) when we first started using it, but I think nowdays we're all very comfortable with it and we don't have anything else linting our YAML so lets starting doing that