Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update documented-errors.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
avivkeller and aduh95 authored Oct 2, 2024
commit dc1320c3703147d03e6bd93e2e7623eff159e983
2 changes: 1 addition & 1 deletion tools/eslint-rules/documented-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
if (err.legacy) {
context.report({
node,
message: `"${code}" is marked as legacy, yet it still exists.`,
message: `"${code}" is marked as legacy, yet it is used in lib/.`,
});
}
},
Expand Down