Skip to content

Commit

Permalink
fix: eslint-rule "no-intelligence-in-artifacts" also checks component…
Browse files Browse the repository at this point in the history
…s of different themes (#1716)

fix(eslint): `no-intelligence-in-artifacts` also checks components with different themes (#1716)

Co-authored-by: Lucas Hengelhaupt <[email protected]>
  • Loading branch information
LucasHengelhaupt and Lucas Hengelhaupt authored Oct 11, 2024
1 parent 76f9a25 commit e31a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"ish-custom-rules/no-intelligence-in-artifacts": [
"warn",
{
"(component|pipe|directive)(\\.spec)?\\.ts$": {
"(component|pipe|directive)(\\..*)?\\.ts$": {
// "router": "Angular artifacts should rely use the Router directly.",
"ngrx": "Angular artifacts should rely on facades only.",
"service": "Angular artifacts should rely on facades only."
Expand Down

0 comments on commit e31a906

Please sign in to comment.