mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-01-18 23:01:31 +00:00
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}]
|
||
|
}
|
||
|
}
|