Skip to content

Commit d0d7f08

Browse files
committed
Update schema store
1 parent 8713014 commit d0d7f08

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"http://json-schema.org/draft-07/schema","properties":{"extends":{"type":"string"},"all":{"type":"boolean","default":false},"check-coverage":{"type":"boolean","default":false},"extension":{"type":"array","items":{"type":"string"},"default":[".js",".cjs",".mjs",".ts",".tsx",".jsx"]},"include":{"type":"array","items":{"type":"string"},"default":["**"]},"exclude":{"type":"array","items":{"type":"string"},"default":["coverage/**"]},"reporter":{"type":"array","items":{"type":"string"},"default":["text"]},"report-dir":{"type":"string","default":"./coverage"},"skip-full":{"type":"boolean","default":false},"temp-dir":{"type":"string","default":"./.nyc_output"}},"type":"object"}

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1657933489302}
1+
{"timestamp":1658106254511}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3723,6 +3723,12 @@
37233723
"description": "Monika configuration schema file",
37243724
"fileMatch": ["*monika*.yaml", "*monika*.yml", "monika.json"],
37253725
"url": "https://json.schemastore.org/monika-config-schema.json"
3726+
},
3727+
{
3728+
"name": "Istanbul Schema",
3729+
"description": "Schema for Istanbul, a JavaScript code coverage tool",
3730+
"fileMatch": [".nycrc", ".nycrc.json", ".nycrc.yaml", ".nycrc.yml"],
3731+
"url": "https://json.schemastore.org/nycrc.json"
37263732
}
37273733
],
37283734
"version": 1

0 commit comments

Comments
 (0)