1#!/usr/bin/env bash 2 3# run this from the top-level quarto-cli directory 4deno lint -c deno.jsonc 2>&1 | grep ' *at ' | sed "s/:.*$//" | sort | uniq | sort 5