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
It requires installing @angular-eslint/[email protected] but just bumping the version results in dependency conflicts with npm install
I tried regenerating package-lock.json and that successfully installed the dependency but it seemed to break other rules. Our tests for @angular-eslint/template/i18n started failing claiming the content didn't have an i18n attribute even though it does.
Describe the issue
@m-akinc added a new rule to angular-eslint in angular-eslint/angular-eslint#1898 which should help catch cases where strings are tagged with
$localize
in scopes that don't permit it, like file-levelconst
s. This is now available in @angular-eslint/eslint-plugin. You can see the docs here.We should enable this rule by default in our ruleset.
The text was updated successfully, but these errors were encountered: