{ "extends": "solhint:recommended", "rules": { "immutable-vars-naming": "off", "no-empty-blocks": "off", "func-name-mixedcase": "off", "func-visibility": ["warn", { "ignoreConstructors": true }] } }