mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "Lint and clean up typescript:"
|
|
tslint --fix docs/*.ts
|