mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-21 06:38:09 +00:00
27 lines
460 B
JSON
27 lines
460 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"code-complexity": [
|
|
"error",
|
|
8
|
|
],
|
|
"compiler-version": [
|
|
"error",
|
|
">=0.8.25"
|
|
],
|
|
"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"
|
|
}
|
|
} |