tslint-config-strict

Strict tslint configuration based build by changing some rules from tslint:all base.

MIT 14 个版本
安装
npm install tslint-config-strict
yarn add tslint-config-strict
pnpm add tslint-config-strict
bun add tslint-config-strict
README

TSLint strict configuration

Strict tslint configuration based build by changing some rules from tslint:all base.

Installation

This package is distributed via npm

npm install tslint-config-strict

Usage

Create tslint.json with config like

{
  "extends": ["tslint-config-strict"],
  "rules": {}
}
版本列表
1.12.0 2018-08-03
1.11.0 2018-06-15
1.10.0 2018-06-05
1.9.0 2018-06-05
1.8.0 2018-05-22
1.7.0 2018-05-19
1.6.0 2018-05-19
1.5.0 2018-05-19
1.4.0 2018-05-19
1.3.2 2018-04-27
1.3.1 2018-01-19
1.3.0 2018-01-19
1.2.0 2018-01-19
1.1.0 2018-01-19