1.0.0-alpha.7 • Published 7 years ago

@studiohyperdrive/tslint-config v1.0.0-alpha.7

Weekly downloads
40
License
ISC
Repository
bitbucket
Last release
7 years ago

FEO TSLint config

Installation

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

Usage

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

module.exports = {
	"extends": [
		"@studiohyperdrive/tslint-config",

		// In case of testing
		"@studiohyperdrive/tslint-config/lib/tests"
	]
}
1.0.0-alpha.7

7 years ago