mirror of
https://github.com/denoland/deno.git
synced 2024-12-29 10:39:10 -05:00
63bbe2a2e0
Original: f3ddb4f26b
5 lines
280 B
YAML
5 lines
280 B
YAML
steps:
|
|
- bash: npm install eslint@5.16.0 typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin@1.13.0 @typescript-eslint/parser@1.13.0 eslint-config-prettier
|
|
- template: ./template.unix.yml
|
|
- bash: npx eslint **/*.ts --max-warnings=0
|
|
- template: ./template.common.yml
|