google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.74k stars 140 forks source link

[fixed] curly #14

Closed appsforartists closed 8 years ago

appsforartists commented 8 years ago

I made the mistake of using the GitHub inline editor for #13 and didn't test it properly. Though block-style was the one throwing the error, curly was the one that needed changing.

This PR unsets curly to avoid inheriting xo's default value, as Google doesn't have a style opinion on this. It also reverts the first attempt at this fix (#13).

Sorry for the churn @addyosmani and @sindresorhus. 😞