From 6c223db21113ff38aff3eee29d9db6e1459925e8 Mon Sep 17 00:00:00 2001 From: Wayne Date: Thu, 26 Oct 2023 12:15:43 -1000 Subject: [PATCH] remove quotes rule --- .solhint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.solhint.json b/.solhint.json index 4a8c082c..839df8b7 100644 --- a/.solhint.json +++ b/.solhint.json @@ -2,6 +2,7 @@ "extends": "solhint:recommended", "rules": { "compiler-version": ["error",">=0.8.0"], - "avoid-low-level-calls": "off" + "avoid-low-level-calls": "off", + "quotes": "off" } } \ No newline at end of file