mirror of
https://github.com/denoland/deno.git
synced 2025-01-02 12:28:46 -05:00
parent
e56c207f2c
commit
829a114ff3
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-10.13"
|
vmImage: "macOS-10.13"
|
||||||
steps:
|
steps:
|
||||||
- script: npm -g install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
|
- script: npm install -g functional-red-black-tree
|
||||||
|
- script: npm install -g eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
|
||||||
- script: curl -L https://deno.land/x/install/install.sh | sh -s $(DENO_VERSION)
|
- script: curl -L https://deno.land/x/install/install.sh | sh -s $(DENO_VERSION)
|
||||||
- script: echo '##vso[task.prependpath]$(HOME)/.deno/bin/'
|
- script: echo '##vso[task.prependpath]$(HOME)/.deno/bin/'
|
||||||
- script: eslint **/*.ts --max-warnings=0
|
- script: eslint **/*.ts --max-warnings=0
|
||||||
|
|
Loading…
Reference in a new issue