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 4d37fba commit d335e53Copy full SHA for d335e53
tests/src/eslint-plugin.ts
@@ -14,7 +14,7 @@ describe("Integration with eslint-plugin-json-schema-validator", () => {
14
const engine = new ESLint({
15
cwd: TEST_CWD,
16
extensions: [".js", ".json"],
17
- plugins: { "eslint-plugin-json-schema-validator": plugin },
+ plugins: { "eslint-plugin-json-schema-validator": plugin as any },
18
})
19
const results = await engine.lintFiles(["test01/src"])
20
assert.strictEqual(results.length, 2)
0 commit comments