danielnixon / eslint-config-typed-fp

An opinionated ESLint config to encourage pure(ish), typeful functional programming in TypeScript.
MIT License
28 stars 3 forks source link

Import rules from `eslint-plugin-fp-ts-strict` and `eslint-plugin-fp-ts` #312

Open desimpson opened 1 year ago

desimpson commented 1 year ago

Several rules from eslint-plugin-fp-ts-strict and eslint-plugin-fp-ts seem like a great fit for this ruleset, or eslint-config-agile-digital. A separate issue has been created there, too.

danielnixon commented 1 year ago

Thanks to noUncheckedIndexedAccess, most of the rules from eslint-plugin-fp-ts-strict have become redundant. The same (welcome) thing happened to me with https://github.com/danielnixon/total-functions/

option-over-undefined and option-over-null may still be valuable.