Silence ESLint warnings in CI
This commit is contained in:
parent
511b151d71
commit
648f7379b3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue