backstage-plugins
backstage-plugins copied to clipboard
Lint: Use prettier for code styles
Can we enable prettier in the repository for consistent code styling? Using husky and lint-staged we can run prettier everytime someone makes a commit. We can then later verify that in our CI build. Thoughts?