Skip to content

Commit 920435a

Browse files
Update schema.v2.json
1 parent 1d1fd67 commit 920435a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

static/schema/schema.v2.json

+32
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,38 @@
800800
"additionalProperties": false,
801801
"default": {},
802802
"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.4"
811+
},
812+
"rules": {
813+
"type": "object",
814+
"additionalProperties": {
815+
"type": ["number", "string"],
816+
"enum": [0, 1, 2, "off", "warn", "error"]
817+
}
818+
},
819+
"ignoreFiles": {
820+
"type": "array",
821+
"items": {
822+
"type": "string"
823+
}
824+
},
825+
"ignorePatterns": {
826+
"type": "array",
827+
"items": {
828+
"type": "string"
829+
}
830+
}
831+
},
832+
"additionalProperties": false,
833+
"default": {},
834+
"description": "OXC is a JavaScript/TypeScript linter written in Rust."
803835
}
804836
},
805837
"additionalProperties": false,

0 commit comments

Comments
 (0)