1 Star 0 Fork 19

各类常用技术,算法-工具的服务化 / loppo

forked from hiekay / loppo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 703 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
{
"env": {
"node": true
},
ecmaFeatures: {
jsx: true
},
"globals": {
},
"plugins": [
],
"extends": "eslint-config-airbnb",
"rules": {
"camelcase": 0,
"comma-dangle": 0,
"func-names": 0,
"global-require": 0,
"prefer-arrow-callback": 0,
"prefer-template": 0,
"no-console": 0,
"no-constant-condition": 0,
"no-param-reassign": 0,
"no-shadow": 0,
"no-unused-expressions": 0,
"id-length": 0,
"prefer-rest-params": 0,
"react/prop-types": 0,
"strict": 0,
"vars-on-top": 0,
"max-len": 0,
"import/newline-after-import": 0,
"import/no-dynamic-require": 0,
"no-path-concat": 0,
"prefer-spread": 0
}
}
NodeJS
1
https://gitee.com/Component_Technology/loppo.git
git@gitee.com:Component_Technology/loppo.git
Component_Technology
loppo
loppo
master

搜索帮助

14c37bed 8189591 565d56ea 8189591