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:
parent
99f4434a6d
commit
c9e29a265f
@ -1,4 +1,5 @@
|
||||
tmp
|
||||
build
|
||||
node_modules
|
||||
/package.json
|
||||
packages/schematics/src/collection/**/files/*.json
|
||||
Loading…
x
Reference in New Issue
Block a user