1 Star 0 Fork 1

李东平/ts-utils

forked from common/ts-utils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangx 提交于 2022-04-10 14:36 . 增加ESLint代码检查工具
{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off", // 设置是否禁止使用any类型
"no-empty": "error",
"no-var": "error",
"semi": 2
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ibm317/ts-utils.git
git@gitee.com:ibm317/ts-utils.git
ibm317
ts-utils
ts-utils
master

搜索帮助