735546619e
Signed-off-by: T-Hax <>
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["error",">=0.8.0"],
|
|
"avoid-low-level-calls": "off"
|
|
}
|
|
}
|