Shopify / tslint-config-shopify

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

Forbid `Type` suffix on interface names #59

Open GoodForOneFare opened 7 years ago

GoodForOneFare commented 7 years ago
interface FooType {
             ^ Interface names should not end in "Type"
}