tslint-functional-preset icon indicating copy to clipboard operation
tslint-functional-preset copied to clipboard

🌳 A "functional" preset for TSLint with some crazy defaults that promote a functional, immutable, and declarative programming style in TypeScript.

tslint-functional-preset

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.

Setup

Install with npm or yarn:

yarn add tslint-functional-preset --dev

Add the following to your project's tslint.json:

{
  "extends": ["tslint-functional-preset"]
}