1.0.0-alpha.7 • Published 7 years ago

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

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

FEO TSLint config

Installation

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

Usage

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

module.exports = {
	"extends": [
		"@district01/tslint-config",
		
		// In case of testing
		"@district01/tslint-config/lib/tests"
	]
}
1.0.0-alpha.7

7 years ago

1.0.0-alpha.6

8 years ago

1.0.0-alpha.5

8 years ago

1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago