From 648f7379b358adf20f452993552045f9f47b3893 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Thu, 2 Apr 2020 20:34:48 +0200 Subject: [PATCH] Silence ESLint warnings in CI --- .ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 7c7801b866..9c231e1391 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -95,7 +95,7 @@ jobs: displayName: 'Install Dependencies' condition: ne(variables.CACHE_RESTORED, 'true') - - script: 'yarn run lint' + - script: 'yarn run lint --quiet' displayName: 'Run ESLint' - script: 'yarn run stylelint'