Prisma Schema Config
I am encountering some issues with my data model when I upgraded to version 6 of prisma. The issue I am encountering is when I navigate to the model, it will give me linting errors related to the redundancy of the model. Any time I click into any of the data models, the linting errors are removed. I have screenshot what this looks like in vscode.
Here is my config. My current assumption is that the config is currently configured where it is identifying the prisma client schema along with all of my other schema files. I am curious what the fix is for this though. When I try to modify the filepath to include special characters in the config (i.e., schema:"./prisma/models/*.prisma" it does not recognize this pattern). Curious how I should modify my config.
Thanks for any help
Here is my config. My current assumption is that the config is currently configured where it is identifying the prisma client schema along with all of my other schema files. I am curious what the fix is for this though. When I try to modify the filepath to include special characters in the config (i.e., schema:"./prisma/models/*.prisma" it does not recognize this pattern). Curious how I should modify my config.
Thanks for any help


