Skip to content

Commit 0b1b974

Browse files
committed
chore(lint): lint validator
1 parent c2bbf06 commit 0b1b974

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/question/config/validator/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import * as Ajv from "ajv";
1+
import * as Ajv from 'ajv';
22

3-
import { RawConfig } from "../index";
4-
import schema from "./config-schema";
3+
import { RawConfig } from '../index';
4+
import schema from './config-schema';
55

66
const ajv = new Ajv();
77

@@ -34,5 +34,5 @@ export function validateConfig(config: RawConfig): ValidationResult {
3434
* @param models
3535
*/
3636
export function validateModels(models: any[]): any[] {
37-
throw new Error("todo..");
37+
throw new Error('todo..');
3838
}

0 commit comments

Comments
 (0)