1.0.0 • Published 6 years ago

tslint-no-return v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

tslint-no-return

npm Build Status

TSLint plugin to disable return statement

Installation

You'll first need to install TSLint:

$ npm i tslint --save-dev

Next, install tslint-no-return:

$ npm install tslint-no-return --save-dev

Note: If you installed TSLint globally (using the -g flag) then you must also install tslint-no-return globally.

Usage

Add no-return to your tslint.json configuration file:

{
  "extends": ["tslint-no-return"]
}

Supported Rule

1.0.0

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago