getify / eslint-plugin-proper-arrows

ESLint rules to ensure proper arrow function definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treat `void ..` expression as "trivial" arrow body

getify opened this issue · comments

Extend "trivial" function definition to include an arrow that returns a void .. expression.