Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

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

License

adieuadieu/tslint-functional-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published