Ai
1 Star 0 Fork 0

solocode/eggjs-go-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
高超 提交于 2019-04-19 18:42 +08:00 . init
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 8
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
0,
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"never"
],
"no-console": "off",
"no-self-assign": "off",
"no-unused-vars": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/solocoding/eggjs-go-examples.git
git@gitee.com:solocoding/eggjs-go-examples.git
solocoding
eggjs-go-examples
eggjs-go-examples
master

搜索帮助