finn-no / eslint-config-finn

ESLint config for Finn.no
2 stars 3 forks source link

array-callback-return #38

Closed SimenB closed 8 years ago

SimenB commented 8 years ago

Most chained methods on Array.prototype expects a return statement, otherwise it's probably an error, or at least misuse of the function.

http://eslint.org/docs/rules/array-callback-return

sveisvei commented 8 years ago

This makes so much sense, eslint your friend to the rescue ❤️