mirror of
https://github.com/OpenZeppelin/openzeppelin-contracts.git
synced 2021-05-29 14:48:28 +03:00
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"func-order": "off",
|
|
"mark-callable-contracts": "off",
|
|
"no-empty-blocks": "off",
|
|
"compiler-version": "off",
|
|
"private-vars-leading-underscore": "error",
|
|
"reason-string": "off",
|
|
"func-visibility": ["error", { "ignoreConstructors": true }]
|
|
}
|
|
}
|