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: Updated `selectors-format` rule to match new `select` API #67

Closed Aldredcz closed 4 years ago

Aldredcz commented 4 years ago

There is new select API as a result of RFC: Objects as arguments in selectors (https://github.com/productboard/pb-frontend/pull/7480) This commit updates the Lint rule to cover the new functionality.