productboardlabs / tslint-pb

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

Ignore types (non-runtime things) #31

Closed jukben closed 5 years ago

jukben commented 5 years ago

Thing like this should be ignored

import { show, TypeSwag } from 'selectors/some';

export default select([superSelect], () => ({
  a: superCalculate<TypeSwag>(superSelect)
}))(component);