Skip to content

Commit

Permalink
chore:added eslint as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Biebel committed Oct 14, 2021
1 parent 9236af9 commit 11e01a4
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 262 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stages:
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
steps:
- task: NodeTool@0
displayName: Set Node version to 14
inputs:
versionSpec: '14.x'
- task: npmAuthenticate@0
Expand Down
Loading

0 comments on commit 11e01a4

Please sign in to comment.