Skip to content

Commit

Permalink
chore: remove creating an unused instance of Linter in tests (#17902)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Dec 24, 2023
1 parent 2916c63 commit c0f5d91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lib/linter/linter.js
Expand Up @@ -3039,8 +3039,6 @@ var a = "test2";
});

describe("when using an invalid (undefined) rule", () => {
linter = new Linter();

const code = TEST_CODE;
let results, result, warningResult, arrayOptionResults, objectOptionResults, resultsMultiple;

Expand Down

0 comments on commit c0f5d91

Please sign in to comment.