forked from Theo/proposal-22-governance-and-rewards-patch
16 lines
282 B
JSON
16 lines
282 B
JSON
|
{
|
||
|
"extends": "solhint:recommended",
|
||
|
"rules": {
|
||
|
"prettier/prettier": [
|
||
|
"error",
|
||
|
{
|
||
|
"printWidth": 110
|
||
|
}
|
||
|
],
|
||
|
"quotes": ["error", "double"],
|
||
|
"indent": ["error", 2],
|
||
|
"compiler-version": ["error", "^0.6.0"]
|
||
|
},
|
||
|
"plugins": ["prettier"]
|
||
|
}
|