Shopify / tslint-config-shopify

Shopify’s TypeScript rules and configs.
https://www.npmjs.com/package/tslint-config-shopify
37 stars 3 forks source link

Enforce `case(condition)` instead of `case condition:` #45

Open ismail-syed opened 7 years ago

ismail-syed commented 7 years ago

can we make a rule to yell at us for doing case(condition) instead of case condition:

@TheMallen