1 Star 18 Fork 6

trzsz/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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/trzsz/trzsz.js.git
git@gitee.com:trzsz/trzsz.js.git
trzsz
trzsz.js
trzsz.js
main

搜索帮助