chore: enable Solhint rule "named-parameters-mapping"
chore: disable Solhint rule "no-console" chore: delete Solhint rule "reason-string"
This commit is contained in:
parent
70be85961a
commit
084e321b7a
|
@ -6,7 +6,8 @@
|
|||
"func-name-mixedcase": "off",
|
||||
"func-visibility": ["error", { "ignoreConstructors": true }],
|
||||
"max-line-length": ["error", 120],
|
||||
"not-rely-on-time": "off",
|
||||
"reason-string": ["warn", { "maxLength": 64 }]
|
||||
"named-parameters-mapping": "warn",
|
||||
"no-console": "off",
|
||||
"not-rely-on-time": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue