mirror of https://github.com/logos-co/staking.git
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"code-complexity": ["error", 8],
|
|
"compiler-version": ["error", ">=0.8.19"],
|
|
"func-name-mixedcase": "off",
|
|
"func-visibility": ["error", { "ignoreConstructors": true }],
|
|
"max-line-length": ["error", 120],
|
|
"named-parameters-mapping": "warn",
|
|
"no-console": "off",
|
|
"not-rely-on-time": "off"
|
|
}
|
|
}
|