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 6b76976 commit ea12865Copy full SHA for ea12865
packages/apidom-ls/src/services/validation/providers/ajv-utils.ts
@@ -1,4 +1,4 @@
1
-import Ajv2020, * as Ajv2020Ns from 'ajv/dist/2020';
+import Ajv2020, * as Ajv2020Ns from 'ajv/dist/2020.js'; // eslint-disable-line import/extensions
2
import Ajv, * as AjvNs from 'ajv';
3
import * as draft7MetaSchema from 'ajv/dist/refs/json-schema-draft-07.json';
4
import AjvErrors from 'ajv-errors';
0 commit comments