Skip to content

Commit

Permalink
fix(eslint): "no-intelligence-in-artifacts" also checks components wi…
Browse files Browse the repository at this point in the history
…th different seams (#1712)
  • Loading branch information
Lucas Hengelhaupt committed Oct 8, 2024
1 parent 76f9a25 commit db6f39c
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 db6f39c

Please sign in to comment.