Skip to content

Commit 0b79d3f

Browse files
authoredMar 15, 2025··
fix: do not output warning when no matching oxlint rule is found (#355)
closes #354
1 parent 6fb5870 commit 0b79d3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

Diff for: ‎src/build-from-oxlint-config/rules.ts

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export const handleRulesScope = (
8383
const eslintName = getEsLintRuleName(rule);
8484

8585
if (eslintName === undefined) {
86-
console.warn(
87-
`eslint-plugin-oxlint: could not find matching eslint rule for "${rule}"`
88-
);
8986
continue;
9087
}
9188

0 commit comments

Comments
 (0)
Please sign in to comment.