Skip to content

Commit ca07522

Browse files
feat(ryl): update schema to v0.10.0 (SchemaStore#5730)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2fd1e92 commit ca07522

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/schemas/json/ryl.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
"commas",
1111
"comments",
1212
"comments-indentation",
13+
"document-end",
14+
"document-start",
15+
"empty-lines",
1316
"new-line-at-end-of-file",
1417
"new-lines",
15-
"quoted-strings"
18+
"quoted-strings",
19+
"trailing-spaces"
1620
],
1721
"type": "string"
1822
},
@@ -44,9 +48,13 @@
4448
"commas",
4549
"comments",
4650
"comments-indentation",
51+
"document-end",
52+
"document-start",
53+
"empty-lines",
4754
"new-line-at-end-of-file",
4855
"new-lines",
49-
"quoted-strings"
56+
"quoted-strings",
57+
"trailing-spaces"
5058
],
5159
"type": "string"
5260
},

0 commit comments

Comments
 (0)