Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitc5d56fd

Browse files
Update schema.v2.json
1 parent9997ffd commitc5d56fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 13 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp