mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 18:19:08 -05:00
parent
e56c207f2c
commit
829a114ff3
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ jobs:
|
|||
pool:
|
||||
vmImage: "macOS-10.13"
|
||||
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: echo '##vso[task.prependpath]$(HOME)/.deno/bin/'
|
||||
- script: eslint **/*.ts --max-warnings=0
|
||||
|
|
Loading…
Reference in a new issue