1234567891011 |
- {
- "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"
- }
- }
|