Skip to content

Commit cda53e3

Browse files
committed
project-wide linting script
1 parent b3d4d11 commit cda53e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/src/common/project-lint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# run this from the top-level quarto-cli directory
4+
deno lint -c deno.jsonc 2>&1 | grep ' *at ' | sed "s/:.*$//" | sort | uniq | sort

0 commit comments

Comments
 (0)