mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-02-08 17:03:48 +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}]
|
|
}
|
|
}
|