Skip to content

Commit

Permalink
Use packages parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 16, 2020
1 parent bcf5bdf commit 16902b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ stages:
dependsOn: []
jobs:
- template: azure-ci/lint/eslint.yml@organization
parameters:
packages: 'eslint eslint-plugin-prettier eslint-plugin-react'
- template: azure-ci/lint/hadolint.yml@organization
- template: azure-ci/lint/jsonlint.yml@organization
- template: azure-ci/lint/markdownlint.yml@organization
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ stages:
dependsOn: []
jobs:
- template: azure-ci/lint/eslint.yml@organization
parameters:
packages: 'eslint eslint-plugin-prettier eslint-plugin-react'
- template: azure-ci/lint/hadolint.yml@organization
- template: azure-ci/lint/jsonlint.yml@organization
- template: azure-ci/lint/markdownlint.yml@organization
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ stages:
dependsOn: []
jobs:
- template: azure-ci/lint/eslint.yml@organization
parameters:
packages: 'eslint eslint-plugin-prettier eslint-plugin-react'
- template: azure-ci/lint/hadolint.yml@organization
- template: azure-ci/lint/jsonlint.yml@organization
- template: azure-ci/lint/markdownlint.yml@organization
Expand Down

0 comments on commit 16902b8

Please sign in to comment.