infrastructure-upgrade/lib/v3-periphery/.solhint.json

7 lines
81 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
}
}