From d15920f72891db83a9b3a96d71a8d31c0f0920a0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 23 Mar 2022 02:37:02 +0100 Subject: lower default maximum lint level to warning i kept being confused by things happening that really shouldn't 🙈 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 35e89e9..d54c9fc 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "Assemblies":[], "ScriptInject":null, "AllowScripts":false, - "MaxLintLevel":"Fatal", + "MaxLintLevel":"Warning", "DontCopyAssets":false, "UriSchemas": { "https:": [ -- cgit v1.2.3