@intelight/tslint

0.0.10 • Public • Published

@intelight/tslint

TSLint rules on Intelight projects.

Extends the following: tslint:latest, tslint:recommended, tslint-react, and tslint-eslint-rules.

Installation

yarn add @intelight/tslint --dev or npm install @intelight/tslint --save-dev

Usage

To use these this preset, use configuration inheritance via the extends keyword. Here's a sample configuration where tslint.json lives adjacent to your node_modules folder:

{
	"extends": ["@intelight/tslint"],
	"rules": {
		// if you want to make some adjustments
		// you can override preset rules here
	}
}

Then run tslint --project ./tsconfig.json 'src/**/*.{ts,tsx}'

Readme

Keywords

none

Package Sidebar

Install

npm i @intelight/tslint

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • intelight-its