solidity/test/.solhint.json
2019-11-13 12:01:25 +01:00

9 lines
147 B
JSON

{
"extends": "solhint:default",
"plugins": [],
"rules": {
"compiler-fixed": "off",
"no-inline-assembly": "off"
}
}