Closed corysimmons closed 8 years ago
@corysimmons I'm assuming you are using standard
as your linter. If so, then I believe it comes from the eslint-config-standard
package.
See https://github.com/feross/eslint-config-standard/blob/master/eslintrc.json#L126
Ah you're right. Overlooked it. Thanks :100:
Cheers! :beers:
:joy:
if ( x > y )
pops up in linter because of the spaces in the parens. I wasn't able to track down this specification anywhere.It's fine, just curious where this warning comes from. :8ball: