1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-03-10 00:10:15 +01:00
2025-01-28 09:02:35 +01:00

8 lines
80 B
Bash
Executable File

#!/bin/sh
set -eu
ROOT="$(dirname "$(dirname "$0")")"
deno lint "$@" "$ROOT"