We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
options
schema-utils
1 parent a548d0b commit 7bd5896Copy full SHA for 7bd5896
lib/options.json
@@ -0,0 +1,35 @@
1
+{
2
+ "type": "object",
3
+ "properties": {
4
+ "ident": {
5
+ "type": "string"
6
+ },
7
+ "config": {
8
9
10
+ "path": {
11
12
13
+ "ctx": {
14
+ "type": "object"
15
+ }
16
17
+ "additionalProperties": false
18
19
+ "parser": {
20
+ "oneOf": [
21
+ { "type": "string" },
22
+ { "type": "object" },
23
+ { "instanceof": "Function" }
24
+ ]
25
26
+ "plugins": {
27
28
+ { "type": "array" },
29
30
31
32
33
34
35
+}
0 commit comments