Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add
.prettierrc.json
to disable Prettier
Add a `.prettierrc.json` file containing a requirePragma rule to prevent prettier changing all quotation marks to one type where both are used. `.prettierignore` is only found if it is in the workspace root directory which is incompatible with a multiroot workspace.
- Loading branch information