prisma-case-format icon indicating copy to clipboard operation
prisma-case-format copied to clipboard

[Feature request] Obtain default schema location from package.json

Open juni0r opened this issue 1 year ago • 0 comments

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"
  },
}

juni0r avatar Feb 17 '24 11:02 juni0r