build(prettier): ignore package.json from prettier (#759)

## 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
This commit is contained in:
Jason Jean 2018-09-14 10:16:43 -04:00 committed by Benjamin Cabanes
parent 99f4434a6d
commit c9e29a265f

View File

@ -1,4 +1,5 @@
tmp
build
node_modules
/package.json
packages/schematics/src/collection/**/files/*.json