735546619e
Signed-off-by: T-Hax <>
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"func-order": "off",
|
|
"mark-callable-contracts": "off",
|
|
"no-empty-blocks": "off",
|
|
"compiler-version": ["error", "^0.6.0"],
|
|
"private-vars-leading-underscore": "error",
|
|
"reason-string": "off"
|
|
}
|
|
}
|