blakeembrey / tslint-config-standard

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

Added object-curly-spacing rule #38

Closed aigoncharov closed 7 years ago

blakeembrey commented 7 years ago

If you'd like to regenerate the rule output file so the tests work, I'll be able to merge this. It's npm run test:gen and defined in the package.json file (https://github.com/blakeembrey/tslint-config-standard/blob/176759480db53a966a57d379d556a5b0babc566f/package.json#L13).

aigoncharov commented 7 years ago

@blakeembrey, done!