mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-12 22:34:29 +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}]
|
|
}
|
|
}
|