productboardlabs / tslint-pb

📄 (DEPRECATED) Our own custom TSlint rules. What has been seen, cannot be unseen.
MIT License
5 stars 0 forks source link

feat: Improved `selectors-format` rule to forbid optional arguments #66

Closed Aldredcz closed 4 years ago

Aldredcz commented 4 years ago

Requested by @omackaj.

Now we can also prevent runtime error Inconsistent number of arguments passed to memoized selector. caused by optional arguments.

resolves #65