From b5b12e22ce8b9cfa9ca2fbcab3e63cb6ecb6fb0a Mon Sep 17 00:00:00 2001 From: Manuel Wiedenmann Date: Sat, 13 Apr 2019 01:53:52 +0200 Subject: [PATCH] Readd solhint:default --- .solhint.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index 923bc62..edcb2ef 100644 --- a/.solhint.json +++ b/.solhint.json @@ -1,5 +1,8 @@ { - "extends": "solhint:recommended", + "extends": [ + "solhint:default", + "solhint:recommended" + ], "rules": { "indent": "2" }