mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
8 lines
450 B
YAML
8 lines
450 B
YAML
|
steps:
|
||
|
- bash: npm install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
|
||
|
- powershell: iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 $(DENO_VERSION)
|
||
|
- bash: echo "##vso[task.prependpath]C:\Users\VssAdministrator\.deno\\bin"
|
||
|
- bash: npx eslint **/*.ts --max-warnings=0
|
||
|
- template: ./template.common.yml
|
||
|
parameters:
|
||
|
exe_suffix: ".exe"
|