tslint-functional-preset
v2.0.0
Published
A functional preset for TSLint with some crazy defaults.
Maintainers
Readme
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 --devAdd the following to your project's tslint.json:
{
"extends": ["tslint-functional-preset"]
}