massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / schemas / config.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/schemas/config.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/schemas/config.json
deleted file mode 100644 (file)
index 10fc74a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-    "$id": "config.json",
-    "$schema": "http://json-schema.org/draft-07/schema#",
-    "type": "object",
-    "properties": {
-        "border": {
-            "$ref": "shared.json#/definitions/borders"
-        },
-        "columns": {
-            "$ref": "shared.json#/definitions/columns"
-        },
-        "columnDefault": {
-            "$ref": "shared.json#/definitions/column"
-        },
-        "drawHorizontalLine": {
-            "typeof": "function"
-        },
-        "singleLine": {
-            "typeof": "boolean"
-        }
-    },
-    "additionalProperties": false
-}