1 Star 0 Fork 0

内容可能含有违规信息/octotree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
Buu Nguyen 提交于 2019-12-30 11:14 . Handle re-entrance
{
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"semi": "off",
"quotes": ["error", "single"],
"brace-style": ["error", "1tbs", {"allowSingleLine": true}],
"eqeqeq": ["error", "always", {"null": "ignore"}],
"arrow-parens": ["error", "always"],
"max-len": [
2,
{
"code": 120,
"tabWidth": 2,
"ignoreUrls": true
}
],
"object-curly-spacing": ["error", "never"],
"array-bracket-spacing": ["error", "never"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hadint/octotree.git
git@gitee.com:hadint/octotree.git
hadint
octotree
octotree
master

搜索帮助