Skip to content

Commit 629e009

Browse files
Psykargajus
authored andcommitted
feat: make filetypes schema require a leading period (#59)
1 parent 0dc3e17 commit 629e009

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/schemas/optionsSchema.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"type": "string"
66
},
77
"filetypes": {
8-
"patternGroups": {
9-
".*": {
8+
"patternProperties": {
9+
"\\..*": {
1010
"type": "string"
1111
}
1212
},
13+
"additionalProperties": false,
1314
"type": "object"
1415
},
1516
"generateScopedName": {

0 commit comments

Comments
 (0)