1 Star 0 Fork 4

胡振杰/trzsz.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lonny Wong 提交于 2022-03-06 00:59 . trzsz transfer logic
{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": ["google", "prettier"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"project": "tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-floating-promises": "error"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tiger521/trzsz.js.git
git@gitee.com:tiger521/trzsz.js.git
tiger521
trzsz.js
trzsz.js
main

搜索帮助