1 Star 0 Fork 0

KKDP/defi-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.solhint.json 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Sobolev 提交于 2020-08-11 16:18 . fixed linter
{
"extends": "solhint:all",
"rules": {
"mark-callable-contracts": [
"off"
],
"reason-string": [
"error",
{ "maxLength" : 50 }
],
"function-max-lines": [
"error", 99
],
"compiler-version": [
"error",
"0.6.5"
],
"private-vars-leading-underscore": [
"off"
],
"const-name-snakecase": [
"off"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jjhoc/defi-sdk.git
git@gitee.com:jjhoc/defi-sdk.git
jjhoc
defi-sdk
defi-sdk
master

搜索帮助