Skip to content

Commit 729abab

Browse files
committed
restore package.json
1 parent a29a90a commit 729abab

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@
3131
"semanticTokenScopes": [
3232
{
3333
"scopes": {
34-
"jsx-lowercase": [
35-
"entity.name.tag"
36-
],
37-
"jsx-tag": [
38-
"punctuation.definition.tag"
39-
],
40-
"support-type-primitive": [
41-
"support.type.primitive"
42-
]
34+
"jsx-lowercase": ["entity.name.tag"],
35+
"jsx-tag": ["punctuation.definition.tag"],
36+
"support-type-primitive": ["support.type.primitive"]
4337
}
4438
}
4539
],
@@ -153,10 +147,7 @@
153147
"minimum": 0
154148
},
155149
"rescript.settings.binaryPath": {
156-
"type": [
157-
"string",
158-
"null"
159-
],
150+
"type": ["string", "null"],
160151
"default": null,
161152
"description": "Path to the directory where ReScript binaries are. You can use it if you haven't or don't want to use the installed ReScript from node_modules in your project."
162153
}

0 commit comments

Comments
 (0)