A "functional" preset for TSLint with some crazy defaults that promote a functional, immutable, and declarative programming style. It's mostly a convenience preset around the rules provided by tslint-immutable.
Install with npm or yarn:
yarn add tslint-functional-preset --dev
Add the following to your project's tslint.json
:
{
"extends": ["tslint-functional-preset"]
}