Skip to content

Commit 868fee7

Browse files
committed
Reverted some files
1 parent 2634a52 commit 868fee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path = require("path")
44
import fs = require("fs")
55
import yaml = require("js-yaml")
66
import JSON5 = require("json5")
7-
import {AnyValidateFunction} from "ajv/dist/core"
7+
import { AnyValidateFunction } from "ajv/dist/core"
88

99
export function getFiles(args: string | string[]): string[] {
1010
let files: string[] = []

test/migrate/schema_invalid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"type": "invalid",
33
"$schema": "http://json-schema.org/draft-07/schema"
4-
}
4+
}

0 commit comments

Comments
 (0)