We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f12b92 commit eb50fc4Copy full SHA for eb50fc4
scripts/lint
@@ -6,3 +6,6 @@ cd "$(dirname "$0")/.."
6
7
echo "==> Running eslint"
8
ESLINT_USE_FLAT_CONFIG="false" ./node_modules/.bin/eslint --ext ts,js .
9
+
10
+echo "==> Running tsc"
11
+./node_modules/.bin/tsc --noEmit
0 commit comments