Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9997ffd commit c5d56fdCopy full SHA for c5d56fd
static/schema/schema.v2.json
@@ -787,6 +787,19 @@
787
"additionalProperties": false,
788
"default": {},
789
"description": "SQLFluff is an open source, dialect-flexible and configurable SQL linter."
790
+ },
791
+ "prismaLint": {
792
+ "type": "object",
793
+ "properties": {
794
+ "enabled": {
795
+ "type": "boolean",
796
+ "default": true,
797
+ "description": "Enable Prisma Schema linting | Prisma Schema linting helps maintain consistent and error-free schema files | v0.10.0"
798
+ }
799
800
+ "additionalProperties": false,
801
+ "default": {},
802
+ "description": "Configuration for Prisma Schema linting to ensure schema file quality"
803
}
804
},
805
0 commit comments