Skip to content

Commit

Permalink
fix: Update .prettierrc.json to disable Prettier
Browse files Browse the repository at this point in the history
Replace existing rules in `.prettierrc.json` with `requirePragma` rule
to disable Prettier in lieu of vscode not supporting `.prettierignore`
files in project subdirectories of a multiroot workspace.
  • Loading branch information
edwinbradford committed Oct 29, 2024
1 parent 0f28a9f commit 0d0499e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
{
"singleQuote": false,
"overrides": [
{
"files": ["src/js/**"],
"options": {
"singleQuote": true
}
}
]
"requirePragma": true
}

0 comments on commit 0d0499e

Please sign in to comment.