Skip to content

Commit

Permalink
chore: Do not format boxes with global format (#2326)
Browse files Browse the repository at this point in the history
`boxes` is using a custom prettier config since it includes frontend
code, so when running `yarn format` at the root of the yarn-project, a
different formatting is applied. This PR omits boxes from the global
yarn format to avoid inconsistencies.
  • Loading branch information
spalladino authored Sep 15, 2023
1 parent 91152af commit 2fe845f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules/
dest/
noir-contracts/**/*.json
boxes/
*.md

0 comments on commit 2fe845f

Please sign in to comment.