mirror of
https://github.com/Instadapp/infinite-proxy.git
synced 2024-07-29 21:47:49 +00:00
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["error", "^0.8.0"],
|
|
"func-visibility": ["warn", { "ignoreConstructors": true }]
|
|
}
|
|
}
|