diff --git a/.emmyrc.json b/.emmyrc.json index d09c42b1..f0182371 100644 --- a/.emmyrc.json +++ b/.emmyrc.json @@ -1,6 +1,6 @@ { "diagnostics": { - "disable": ["undefined-global"], + "disable": ["undefined-global", "syntax-error"], "globals": [], "globalRegex": [ ],