diff --git a/.solhint.json b/.solhint.json index 7a85f3cf2..8df942a10 100644 --- a/.solhint.json +++ b/.solhint.json @@ -6,6 +6,7 @@ "bracket-align": false, "compiler-fixed": false, "no-simple-event-func-name": false, + "separate-by-one-line-in-contract": false, "two-lines-top-level-separator": false } }