2 Star 2 Fork 3

ROC/rocboss-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
ROC 提交于 2020-01-29 17:02 . 3.0.0 alpha initial commit.
{
"root": true,
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"browser": true
},
"extends": "eslint:recommended",
"plugins": ["html"],
"rules": {
"indent": ["error", 4, {
"SwitchCase": 1
}],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"object-curly-spacing": [0, "never"],
"padded-blocks": 0,
"no-console": ["error"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/rocboss/rocboss-frontend.git
git@gitee.com:rocboss/rocboss-frontend.git
rocboss
rocboss-frontend
rocboss-frontend
master

搜索帮助