2.0.0 • Published 4 years ago

tslint-functional-preset v2.0.0

Weekly downloads
33
License
MIT
Repository
github
Last release
4 years ago

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"]
}
2.0.0

4 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-0

6 years ago