Silence ESLint warnings in CI

This commit is contained in:
MrTimscampi
2020-04-02 20:34:48 +02:00
parent 511b151d71
commit 648f7379b3
+1 -1
View File
@@ -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'