Skip to content

Commit f1f7715

Browse files
authored
chore(types): resolve named default linting (#141)
1 parent 6a9278f commit f1f7715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { AnySchema, default as _ajv, Options as AjvOptions, ValidateFunction } from 'ajv'
2-
import { default as AjvJTD, JTDOptions } from 'ajv/dist/jtd'
1+
import _ajv, { AnySchema, Options as AjvOptions, ValidateFunction } from 'ajv'
2+
import AjvJTD, { JTDOptions } from 'ajv/dist/jtd'
33
import type { Options, ErrorObject } from 'ajv'
44
import { AnyValidateFunction } from 'ajv/dist/core'
55

0 commit comments

Comments
 (0)