Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 1, 2024
1 parent 7136ea3 commit 630a191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ describe("FlatESLint", () => {
// the plugin, so we need to make sure it's resolvable and link it
// if not.


// eslint-disable-next-line n/no-missing-require -- Known possible failure.
require.resolve("eslint-plugin-markdown");
} catch (error) {
if (error.code === "MODULE_NOT_FOUND") {
Expand Down

0 comments on commit 630a191

Please sign in to comment.