TristonJ / eslint-plugin-prefer-arrow

ESLint plugin to prefer arrow functions
MIT License
54 stars 10 forks source link

Add `singleReturnOnly` option #1

Closed keithkml closed 7 years ago

keithkml commented 7 years ago

This PR adds an option to only convert functions if they could be converted to brace-less arrow functions.