cloudflare/cloudflare-typescript
Publicmirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable
scripts/lint
11lines · modeblame
dbae3674stainless-app[bot]2 years ago | 1 | #!/usr/bin/env bash |
| 2 | | |
| 3 | set -e | |
| 4 | | |
| 5 | cd "$(dirname "$0")/.." | |
| 6 | | |
f3dcdfe4stainless-app[bot]2 years ago | 7 | echo "==> Running eslint" |
a40dd131stainless-app[bot]1 years ago | 8 | ESLINT_USE_FLAT_CONFIG="false" ./node_modules/.bin/eslint --ext ts,js . |
f79ecee4stainless-app[bot]1 years ago | 9 | |
| 10 | echo "==> Running tsc" | |
| 11 | ./node_modules/.bin/tsc --noEmit |