Ai
1 Star 0 Fork 0

studvc/tinyhttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
v1rtl 提交于 2020-09-12 01:48 +08:00 . upgrade deps and reconfigure eslint
{
"parser": "@typescript-eslint/parser",
"extends": ["plugin:@typescript-eslint/recommended", "eslint:recommended", "prettier/@typescript-eslint"],
"plugins": ["prettier"],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true,
"jest": true
},
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"no-unused-vars": "off",
"no-console": "off",
"no-undef": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studvc/tinyhttp.git
git@gitee.com:studvc/tinyhttp.git
studvc
tinyhttp
tinyhttp
master

搜索帮助