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
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
I'm just curious and like to know where the 'no-ex-assign' rule name is defined? I can't find it anywhere. I just see the noExAssignRule.js file.
And why do I have to define the rule when I extended tslint-eslint-rules?
I don't understand how the extends of tslint-eslint-rules work. I'm used to the case that in the extended node_modules directory are some js files which export rules. But I can't see such one in tslint-eslint-rules
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi :)
I'm just curious and like to know where the 'no-ex-assign' rule name is defined? I can't find it anywhere. I just see the noExAssignRule.js file.
And why do I have to define the rule when I extended tslint-eslint-rules?
I don't understand how the extends of tslint-eslint-rules work. I'm used to the case that in the extended node_modules directory are some js files which export rules. But I can't see such one in tslint-eslint-rules
The text was updated successfully, but these errors were encountered: