graph-tooling
graph-tooling copied to clipboard
Prettier is dependency (should be devDependency)
trafficstars
In package.json prettier is set as dependency:
"dependencies": {
...
"prettier": "^1.13.5",
},
while it should be in devDependencies .
That leads to annoying versioning conflicts in monorepo setup.
good catch will work on cleaning these up!
actually i realized that we use prettier to format the generated code 🤔 which I think we should just remove and users can run prettier on their own as an after hook to generate