We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4963 commit 9be9f5bCopy full SHA for 9be9f5b
packages/core/src/ruleset/validation/ajv.ts
@@ -1,4 +1,4 @@
1
-import Ajv, { _, ValidateFunction } from 'ajv';
+import Ajv, { _, ValidateFunction } from 'ajv/dist/2020';
2
import names from 'ajv/dist/compile/names';
3
import addFormats from 'ajv-formats';
4
import addErrors from 'ajv-errors';
0 commit comments