7 Star 5 Fork 4

davecat / financial-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lison 提交于 2017-09-27 22:55 . rollback
{
"extends": "standard",
"installedESLint": true,
"root": true,
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"browser": true,
"node": true
},
"plugins": [ "html", "standard" ],
"rules": {
"indent": ["error", 4, { "SwitchCase": 1 }],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"no-console": ["error"],
"no-empty": 2,
"no-eq-null": 2,
"no-new": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/davemayun/financial-platform.git
git@gitee.com:davemayun/financial-platform.git
davemayun
financial-platform
financial-platform
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891