@district01/tslint-config

1.0.0-alpha.7 • Public • Published

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"
	]
}

/@district01/tslint-config/

    Package Sidebar

    Install

    npm i @district01/tslint-config

    Weekly Downloads

    0

    Version

    1.0.0-alpha.7

    License

    ISC

    Unpacked Size

    4.13 kB

    Total Files

    6

    Last publish

    Collaborators

    • fabianmeul
    • jeroenvalcke
    • laurenspeeters
    • sanderh
    • thomasbormans
    • tom-odb