jfmengels / eslint-plugin-fp

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

`fp/no-throw`: Option to ignore inside `try` #57

Open cobaltt7 opened 2 years ago

cobaltt7 commented 2 years ago

I would like to ignore errors from fp/no-throw if I throw inside a try block, or if I throw inside catch block that is followed by a finally.