Commit e56f2cc1 authored by elenadimitrova's avatar elenadimitrova

Remove private-vars-leading-underscore rule in solhint

parent a028fa10
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
"max-line-length": ["error", 100], "max-line-length": ["error", 100],
"func-param-name-mixedcase": "error", "func-param-name-mixedcase": "error",
"modifier-name-mixedcase": "error", "modifier-name-mixedcase": "error",
"private-vars-leading-underscore": "error",
"ordering": "warn", "ordering": "warn",
"not-rely-on-time": "off", "not-rely-on-time": "off",
"no-complex-fallback": "off", "no-complex-fallback": "off",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment