cfpb / generator-cf

Yeoman generator for Capital Framework
http://cfpb.github.io/capital-framework/getting-started/
Creative Commons Zero v1.0 Universal
9 stars 13 forks source link

Can we remove the white option in .jshintrc? #24

Closed himedlooff closed 9 years ago

himedlooff commented 9 years ago

The white option forces a space after function and before (). This is not an idiomatic standard and I think it should be removed.

Scotchester commented 9 years ago

I think this issue is obsolete following our implementation of ESLint.

anselmbradford commented 9 years ago

It's a setting available in ESLint, but yup, disallowed in the eslint file that was migrated into standard https://github.com/cfpb/front-end/blob/master/.eslintrc#L478