1.0.0 • Published 4 years ago
tslint-config-loki v1.0.0
tslint-config-loki 配置
使用帮助
配置私有npm仓库, 传送门
安装
yarn add tslint-config-loki -D
在项目的根目录下添加配置文件
tslint.json
{
"extends": [
"tslint-config-loki"
]
}
- 在
package.json
里添加脚本, 请确保根目录存在tsconfig.json
{
"scripts": {
"tslint": "tslint --project tsconfig.json -c tslint.json './src/**/*.{ts,tsx}'"
}
}
- 检查
package.json/devDependencies
, 以下依赖统一在tslint-config-loki
管理, 如果存在需要移除
tslint
tslint-config-prettier
tslint-eslint-rules
tslint-react
tslint-react-hooks
typescript # 统一使用版本 3.4.5
1.0.0
4 years ago