8000
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 03fbf4f commit 4f6f5f2Copy full SHA for 4f6f5f2
static/schema/schema.v2.json
@@ -800,6 +800,19 @@
800
"additionalProperties": false,
801
"default": {},
802
"description": "Configuration for Prisma Schema linting to ensure schema file quality"
803
+ },
804
+ "oxc": {
805
+ "type": "object",
806
+ "properties": {
807
+ "enabled": {
808
+ "type": "boolean",
809
+ "default": true,
810
+ "description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.5"
811
+ }
812
813
+ "additionalProperties": false,
814
+ "default": {},
815
+ "description": "OXC is a JavaScript/TypeScript linter written in Rust."
816
}
817
},
818
0 commit comments