tslint-config-loki

1.0.0 • Public • Published

tslint-config-loki 配置

使用帮助

  1. 配置私有npm仓库, 传送门

  2. 安装 yarn add tslint-config-loki -D

  3. 在项目的根目录下添加配置文件 tslint.json

{
	"extends": [
		"tslint-config-loki"
	]
}
  1. package.json里添加脚本, 请确保根目录存在 tsconfig.json
{
  "scripts": {
    "tslint": "tslint --project tsconfig.json -c tslint.json './src/**/*.{ts,tsx}'"
  }
}
  1. 检查package.json/devDependencies, 以下依赖统一在tslint-config-loki管理, 如果存在需要移除
tslint
tslint-config-prettier
tslint-eslint-rules
tslint-react
tslint-react-hooks
typescript # 统一使用版本 3.4.5

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-config-loki

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.3 kB

Total Files

4

Last publish

Collaborators

  • cuimengkai