1 Star 0 Fork 0

神的感觉/commons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
{
"extends": [
"standard"
],
"globals": {
"jest": true,
"describe": true,
"it": true,
"expect": true,
"beforeAll": true,
"afterAll": true,
"afterEach": true
},
"rules": {
"arrow-parens": [
2,
"as-needed",
{
"requireForBlockBody": true
}
],
"padded-blocks": [
"error",
{
"classes": "always"
}
],
"indent": [
"error",
2,
{
"SwitchCase": 1,
"flatTernaryExpressions": true
}
],
"no-param-reassign": 0,
"complexity": 0,
"eqeqeq": [
"error",
"always"
],
"no-var": 2,
"semi": [
2,
"always"
],
"space-before-function-paren": [
"error",
{
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}
],
"yoda": 0,
"arrow-spacing": 2,
"dot-location": [
2,
"property"
],
"prefer-arrow-callback": 2,
"operator-linebreak": [
2,
"after",
{
"overrides": {
"?": "ignore",
":": "ignore"
}
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shendeganjue/commons.git
git@gitee.com:shendeganjue/commons.git
shendeganjue
commons
commons
master

搜索帮助