11 lines
257 B
JSON
11 lines
257 B
JSON
|
{
|
||
|
"extends": "solhint:recommended",
|
||
|
"plugins": ["prettier"],
|
||
|
"rules": {
|
||
|
"prettier/prettier": "error",
|
||
|
"compiler-version": ["error", "^0.8.5"],
|
||
|
"quotes": ["error","single"],
|
||
|
"func-visibility": ["warn",{"ignoreConstructors":true}]
|
||
|
}
|
||
|
}
|