Commit b7b14fe2 authored by Indeavr's avatar Indeavr

feat: disabled error mode

parent 228e1f6e
...@@ -131,7 +131,7 @@ const config: HardhatUserConfig = { ...@@ -131,7 +131,7 @@ const config: HardhatUserConfig = {
}, },
outputValidator: { outputValidator: {
runOnCompile: true, runOnCompile: true,
errorMode: true, errorMode: false,
checks: { checks: {
events: false, events: false,
variables: false, variables: false,
......
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