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 9d85271 commit e19c47fCopy full SHA for e19c47f
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