egui/lint.sh

9 lines
115 B
Bash
Raw Normal View History

2018-12-23 23:15:18 +00:00
#!/bin/bash
set -eu
echo "Lint and clean up typescript:"
tslint --fix docs/*.ts
2018-12-26 14:28:38 +00:00
echo "Cargo clippy"
cargo clippy