2022-06-23 13:36:10 +00:00
|
|
|
{
|
|
|
|
"extends": "solhint:recommended",
|
|
|
|
"rules": {
|
2024-01-11 09:29:18 +00:00
|
|
|
"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"
|
2022-06-23 13:36:10 +00:00
|
|
|
}
|
|
|
|
}
|