1 Star 0 Fork 0

Hiram / thrift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hiram 提交于 2020-04-05 21:47 . init
{
"env": {
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"no-console": "off",
"no-var": "error",
"prefer-const": "error",
"no-constant-condition": [
"error",
{
"checkLoops": false
}
]
}
}
Go
1
https://gitee.com/gbat/thrift.git
git@gitee.com:gbat/thrift.git
gbat
thrift
thrift
master

搜索帮助