1 Star 0 Fork 3

cooke/tai-spider

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

搜索帮助