Skip to content

Commit

Permalink
chore(website): fix RuleTester alias in Rollup (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 9, 2022
1 parent 121f4c0 commit e2d9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website-eslint/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
match: [
/eslint\/lib\/(rule-tester|eslint|cli-engine|init)\//u,
/eslint\/lib\/cli\.js$/,
/utils\/dist\/eslint-utils\/RuleTester\.js$/,
/utils\/dist\/eslint-utils\/rule-tester\/RuleTester\.js$/,
/utils\/dist\/ts-eslint\/CLIEngine\.js$/,
/utils\/dist\/ts-eslint\/RuleTester\.js$/,
/typescript-estree\/dist\/create-program\/createWatchProgram\.js/,
Expand Down

0 comments on commit e2d9d97

Please sign in to comment.