UNPKG

@reality.eth/contracts

Version:

Collection of smart contracts for the Realitio fact verification platform

10 lines (8 loc) 189 B
{ "extends": "solhint:recommended" ,"rules": { "max-line-length": ["error",210] ,"func-visibility": ["warn",{"ignoreConstructors":true}] ,"var-name-mixedcase": "off" } }