blakeembrey / tslint-config-standard

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

Fix typo in whitespace config #30

Closed Jessidhia closed 7 years ago

Jessidhia commented 7 years ago

The rule ended up never checking separators

This is probably a semver-major change

blakeembrey commented 7 years ago

Thanks for the catch! 👍

blakeembrey commented 7 years ago

I'm actually going to suggest that this "bug" was a "feature". Now it errors on something that StandardJS would certainly accept - ;(foo as any).x is now an error.

mightyiam commented 7 years ago

Why would that be an error at all?

blakeembrey commented 7 years ago

@mightyiam Exactly the point of disabling this PR again.