Shopify / tslint-config-shopify

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

Custom Rule: `no-semicolon-after-interface` #57

Closed ismail-syed closed 7 years ago

ismail-syed commented 7 years ago

As per @GoodForOneFare

@ismail-syed can you take a look at linting away "no semicolon after interface". If there's an existing rule, let's use it.

interface foo {
  bar: string
};
 ^ interfaces should not be terminated by semicolons