W
Wasp-langβ€’8mo ago
Jox

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
Vinny (@Wasp)
Vinny (@Wasp)β€’8mo ago
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
Jox
Joxβ€’8mo ago
Thanks for clarifying!
martinsos
martinsosβ€’8mo ago
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!