material-web
material-web copied to clipboard
feat: add prettier & lint-staged hook
Introduces a format:fix
script to apply prettier changes, and a format:check
script to check them.
Also introduces lint-staged such that staged files will be auto-formatted.
If you already had plans for how to introduce a formatter, happy to discard this. Just let me know.