Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 15, 2024
1 parent 4a0de79 commit 962c317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/eslint-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if (semver.lt(Linter.version, "9.0.0-0"))
it("should lint without errors", async () => {
const engine = new ESLint({
cwd: TEST_CWD,
extensions: [".js", ".json"],
overrideConfig: {
files: ["**/*.js", "**/*.json", "*.js", "*.json"],
plugins: { "json-schema-validator": plugin },
Expand Down

0 comments on commit 962c317

Please sign in to comment.