We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d4d11 commit cda53e3Copy full SHA for cda53e3
package/src/common/project-lint.sh
@@ -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