mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-06 21:13:50 -05:00
11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["error","^0.8.0"],
|
|
"func-visibility": ["warn",{"ignoreConstructors":true}],
|
|
"reason-string": ["warn",{"maxLength":64}],
|
|
"no-inline-assembly": "off",
|
|
"not-rely-on-time": "off"
|
|
}
|
|
}
|