Skip to content

Commit c5d56fd

Browse files
Update schema.v2.json
1 parent 9997ffd commit c5d56fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,19 @@
787787
"additionalProperties": false,
788788
"default": {},
789789
"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"
790803
}
791804
},
792805
"additionalProperties": false,

0 commit comments

Comments
 (0)