Formatting not enforced
OmegaSquad82 opened this issue · 0 comments
OmegaSquad82 commented
Currently we've got many warnings for the README.md file generated by code scanning. This indicates a lack of configuration.
- create an .editorconfig
- create an .prettierrc
- enable prettier option to use the editorconfig
- enable prettier to proseWrap markdown on print width
- use
no-commit-to-branch
in the pre-commit-config