From 6ed3c1091afdd5fd1492601564e15766fdc10e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Stanislav?= Date: Thu, 31 Oct 2019 21:55:31 +0100 Subject: [PATCH] Fix eslint command to run on all files --- src/commands/eslint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/eslint.yml b/src/commands/eslint.yml index 4caec9c..3bfdead 100644 --- a/src/commands/eslint.yml +++ b/src/commands/eslint.yml @@ -10,3 +10,4 @@ steps: --max-warnings=0 --format junit --output-file ./reports/eslint/eslint.xml + .