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.
1 parent 2634a52 commit 868fee7Copy full SHA for 868fee7
src/commands/util.ts
@@ -4,7 +4,7 @@ import path = require("path")
4
import fs = require("fs")
5
import yaml = require("js-yaml")
6
import JSON5 = require("json5")
7
-import {AnyValidateFunction} from "ajv/dist/core"
+import { AnyValidateFunction } from "ajv/dist/core"
8
9
export function getFiles(args: string | string[]): string[] {
10
let files: string[] = []
test/migrate/schema_invalid.json
@@ -1,4 +1,4 @@
1
{
2
"type": "invalid",
3
"$schema": "http://json-schema.org/draft-07/schema"
-}
+}
0 commit comments