What's the Wasp way of adding ESLint/Prettier?
I saw that for production dependencies the docs mention the
dependencies
configuration in the wasp file.
But what about development dependencies?
Do you add a root package.json
file and install them yourself that way or what's the Wasp Way? π3 Replies
nope. the depenencies array in the .wasp config file takes care of your dev and prod dependencies for now.
there will probably be an update in the future that separates them
Thanks for clarifying!
Yup, update is coming in the next months that will allow you to have a root package.json where you will be able to specify whatever you want!