Skip to content

Commit

Permalink
Add .vscode to .prettierignore (keystonejs#7211)
Browse files Browse the repository at this point in the history
* Add .vscode to .prettierignore
To prevent `yarn lint` errors on `.vscode/launch.json` file, which is in "JSON with Comments" format.

We already have `.vscode` in `.gitignore`, so excliding it from prettier
is a good step too.

* Convert to mask

* No changeset required

Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
MurzNN and dcousens authored Jan 31, 2022
1 parent 65a1db8 commit 48f3cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ docs/public/assets/
prisma-utils/src/generated
nexus-typegen.ts
tests/test-projects/live-reloading/schemas/syntax-error.js
*.vscode

0 comments on commit 48f3cb2

Please sign in to comment.