tslint-noif

0.1.1 • Public • Published

tslint-noif Build Status

NPM

A tslint rule extension to prohibit the usage of conditional statements such as if or switch. It's a bit radical I guess :)

Usage

npm install tslint-noif --save-dev

Use the desired rules in your tslint.json:

{
  "extends": ["tslint:recommended", "tslint-noif"],
  "rules": {
    "no-if": true,
    "no-static": true,
    "no-switch": true
  }
}

Test

Run npm test

Todos

See Issues

References

Package Sidebar

Install

npm i tslint-noif

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • andreas.mueller