summaryrefslogtreecommitdiff
path: root/tools/check-lint
blob: d77b1ec721db8e9904b665762cef606e1e6a463f (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 --all-targets
cargo clippy