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 space before self-closing bracket #43

Open GoodForOneFare opened 7 years ago

GoodForOneFare commented 7 years ago

Make sure there isn't an existing rule out there before starting work on this.

Bad: <Foo bar="qux" ...props/>

Good: <Foo bar="qux" ...props />