blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style
Other
358 stars 43 forks source link

missing comma #3

Closed oojacoboo closed 8 years ago

blakeembrey commented 8 years ago

The comma isn't missing, it's following Standard style which is no trailing commas. That is why the tests are failing right now.

oojacoboo commented 8 years ago

Yea, actually noticed that afterwards. I use a trailing comma required config which threw an issue. Then the commented out lines made it hard to discern. Thanks.