1.0.1 • Published 8 years ago

@nybr/tslint-config v1.0.1

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
8 years ago

@nybr/tslint-config v1.0.1

TSLint configuration.

Installation

Install this package using NPM.

$ npm install --save-dev @nybr/tslint-config

Usage

Create an tslint.json file in the root of your project and extend the default TSLint settings:

{
	"extends": [
		"@nybr/tslint-config",
        // In case of testing
		"@nybr/tslint-config/src/tests"
	]
}
1.0.1

8 years ago

1.0.0

8 years ago