jfmengels / eslint-plugin-fp

ESLint rules for functional programming
MIT License
970 stars 36 forks source link

add explicitReturn flag to no-nill Fixes #28 #29

Open graingert opened 7 years ago

graingert commented 7 years ago

Allows rule users to use a slower, but more accurate must-return rule:

eg, https://github.com/idmitriev/eslint-plugin-better/pull/3

graingert commented 7 years ago

@jfmengels what do you think about adding idmitriev/eslint-plugin-better#3 to this plugin?