Skip to content

Commit

Permalink
chore: replace reference to eslint/use-at-your-own-risk
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Jan 2, 2024
1 parent a8d2687 commit d70feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-missing-require.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ruleTester.run("no-missing-require", rule, {
},
{
filename: fixture("test.js"),
code: "require('eslint/use-at-your-own-risk');",
code: "require('rimraf/package.json');",
env: { node: true },
},
{
Expand Down

0 comments on commit d70feeb

Please sign in to comment.