prisma-case-format
prisma-case-format copied to clipboard
[Feature request] Obtain default schema location from package.json
Prisma cli uses the schema location specified by prisma.schema
in package.json
by default, so it doesn't need to be specified explicitely when running commands. It'd be very convenient if prisma-case-format would behave in the same way.
package.json
{
"prisma": {
"schema": "models/prisma/schema.prisma"
},
}