blakeembrey / tslint-config-standard

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

Match standardjs for object-curly #52

Open mattkrick opened 6 years ago

mattkrick commented 6 years ago

standardjs allows spaces or no spaces for object-curlies (https://github.com/standard/eslint-config-standard/blob/master/eslintrc.json#L202). Would it be possible to follow suit for this, too?

blakeembrey commented 6 years ago

If possible, definitely.

LinusU commented 6 years ago

Standard now enforces spaces in object curlies, see standard/eslint-config-standard#124

blakeembrey commented 6 years ago

Yep, we should definitely enable it if it’s possible. Usually we don’t yet have the rules for it though.