Skip to content

Commit

Permalink
build(prettier): ignore package.json from prettier (#759)
Browse files Browse the repository at this point in the history
## Current Behavior

`package.json` was reformatted incorrectly after publishing.

## Expected Behavior

`/package.json` is ignored from `prettier`. This makes it so the two formatters do not conflict with one another.

## Notes

This is causing all PRs to fail currently
  • Loading branch information
FrozenPandaz authored and bcabanes committed Sep 14, 2018
1 parent 99f4434 commit c9e29a2
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
@@ -1,4 +1,5 @@
tmp
build
node_modules
/package.json
packages/schematics/src/collection/**/files/*.json

0 comments on commit c9e29a2

Please sign in to comment.