Skip to content

Commit

Permalink
fix: Add .prettierrc.json to disable Prettier
Browse files Browse the repository at this point in the history
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
edwinbradford committed Oct 11, 2024
1 parent 86cd378 commit 643b844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"requirePragma": true
}

0 comments on commit 643b844

Please sign in to comment.