2 Star 6 Fork 3

wx-rdc/tai-spider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edward.Zhu 提交于 2023-10-01 15:48 . fellow_all add exclude func
module.exports = {
"env": {
"es6": true,
"node": true,
"mocha": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 8,
},
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
],
"no-console": [
"off"
]
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wx-rdc/tai-spider.git
git@gitee.com:wx-rdc/tai-spider.git
wx-rdc
tai-spider
tai-spider
main

搜索帮助