auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-05 10:49:01 +01:00
parent d649d675bc
commit fe6a98a06b
21 changed files with 187 additions and 202 deletions

View File

@@ -3,8 +3,5 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

View File

@@ -32,9 +32,7 @@
"type": "string",
"title": "UNDOCUMENATED",
"description": "UNDOCUMENATED",
"enum": [
"self"
]
"enum": ["self"]
}
}
},

View File

@@ -10,7 +10,7 @@
"protection": {
"title": "Protection",
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
"type":"number"
"type": "number"
}
}
}

View File

@@ -15,9 +15,7 @@
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": [
"holder"
]
"enum": ["holder"]
},
"duration": {
"type": "number",

View File

@@ -10,7 +10,7 @@
"type": "string",
"title": "Type",
"description": "UNDOCUMENTATED",
"enum": [ "magic" ]
"enum": ["magic"]
},
"amount": {
"type": "number",

View File

@@ -15,9 +15,7 @@
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": [
"holder"
]
"enum": ["holder"]
}
}
}

View File

@@ -32,9 +32,7 @@
"type": "string",
"title": "UNDOCUMENATED",
"description": "UNDOCUMENATED",
"enum": [
"self"
]
"enum": ["self"]
}
}
},

View File

@@ -10,7 +10,7 @@
"protection": {
"title": "Protection",
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
"type":"number"
"type": "number"
}
}
}

View File

@@ -15,9 +15,7 @@
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": [
"holder"
]
"enum": ["holder"]
},
"duration": {
"type": "number",

View File

@@ -10,7 +10,7 @@
"type": "string",
"title": "Type",
"description": "UNDOCUMENTATED",
"enum": [ "magic" ]
"enum": ["magic"]
},
"amount": {
"type": "number",

View File

@@ -15,9 +15,7 @@
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": [
"holder"
]
"enum": ["holder"]
}
}
}