tslint-functional-preset

A functional preset for TSLint with some crazy defaults.

Usage no npm install needed!

<script type="module">
  import tslintFunctionalPreset from 'https://cdn.skypack.dev/tslint-functional-preset';
</script>

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 --dev

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

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