Skip to content

Commit

Permalink
Add install typescript @typescript-eslint/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalizationBuildProcess committed Jul 6, 2020
1 parent ead8f87 commit f7f41c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/yaml/botbuilder-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ jobs:
verbose: false
customCommand: 'install eslint'

- task: Npm@1
displayName: 'npm install typescript @typescript-eslint/parser'
inputs:
command: custom
verbose: false
customCommand: 'install typescript @typescript-eslint/parser'

- task: Npm@1
displayName: 'npm install @typescript-eslint/eslint-plugin'
inputs:
Expand Down

0 comments on commit f7f41c5

Please sign in to comment.