mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
e729d442fb
Original: 8a9993be14
6 lines
309 B
YAML
6 lines
309 B
YAML
steps:
|
|
- bash: npm install -g functional-red-black-tree
|
|
- bash: npm -g install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
|
|
- template: ./template.unix.yml
|
|
- bash: eslint **/*.ts --max-warnings=0
|
|
- template: ./template.common.yml
|