What's the Wasp way of adding ESLint/Prettier?
I saw that for production dependencies the docs mention the
But what about development dependencies?
Do you add a root
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?