summaryrefslogtreecommitdiff
path: root/tools/check-lint
blob: ab7fdd3c9506dc9cc34a6a9fdf1d25ec556e63ad (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash -e

## tools/check-lint
##
## Detects lintable mistakes and stylistic problems.

cd "$(dirname "$0")/.."

npx eslint
cargo check
cargo clippy