Skip to content

Commit

Permalink
fix(linter): log transpilation errors of workspace rules (#21503)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ef6f27)
  • Loading branch information
Den-dp authored and FrozenPandaz committed May 13, 2024
1 parent 8c52e93 commit d2347a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/resolve-workspace-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const workspaceRules = ((): ESLintRules => {
}
return namespacedRules;
} catch (err) {
console.error(err);
return {};
} finally {
if (registrationCleanup) {
Expand Down

0 comments on commit d2347a3

Please sign in to comment.