mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
5 lines
259 B
YAML
5 lines
259 B
YAML
steps:
|
|
- bash: npm install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
|
|
- template: ./template.unix.yml
|
|
- bash: npx eslint **/*.ts --max-warnings=0
|
|
- template: ./template.common.yml
|