You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In research for #126 we noticed that our JS and TS rulesets can automatically target *.js and *.ts files but the Angular one requires client repos to specify overrides for *.js, *.ts, and *.html in their eslintrc. We should evaluate whether the Angular ruleset can and should behave like the others. (Counterargument: when exploring other styleguides, we saw examples where they provided configs that didn't specify file patterns to match).
If we decide to do this, it should include updating the docs for the Angular config to remove the need to specify overrides.
The text was updated successfully, but these errors were encountered:
In research for #126 we noticed that our JS and TS rulesets can automatically target *.js and *.ts files but the Angular one requires client repos to specify overrides for *.js, *.ts, and *.html in their eslintrc. We should evaluate whether the Angular ruleset can and should behave like the others. (Counterargument: when exploring other styleguides, we saw examples where they provided configs that didn't specify file patterns to match).
If we decide to do this, it should include updating the docs for the Angular config to remove the need to specify overrides.
The text was updated successfully, but these errors were encountered: