mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-09 15:18:00 -05:00
* feat(sc_keystore): initialize smart contract template * fix: submodule * fix: gitignore and readme
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"
|
|
}
|
|
}
|