tornado-core/.solhint.json

14 lines
209 B
JSON
Raw Permalink Normal View History

2019-08-01 10:41:22 +02:00
{
"extends": "solhint:recommended",
"rules": {
2021-02-11 07:23:18 +01:00
"prettier/prettier": [
"error",
{
"printWidth": 110
}
],
"quotes": ["error", "double"]
},
"plugins": ["prettier"]
2019-08-01 10:41:22 +02:00
}