diff --git a/.solhint.json b/.solhint.json index 38af2b2..923bc62 100644 --- a/.solhint.json +++ b/.solhint.json @@ -1,7 +1,6 @@ { - "extends": "solhint:default", + "extends": "solhint:recommended", "rules": { - "indent": "2", - "space-after-comma": "error" + "indent": "2" } }