We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8b2c3 commit 6bf65bbCopy full SHA for 6bf65bb
tools/git/hooks/pre-commit
@@ -237,7 +237,7 @@ run_lint() {
237
# Lint TypeScript declaration files...
238
files=$(echo "${changed_files}" | grep '\.d\.ts$' | tr '\n' ' ')
239
if [[ -n "${files}" ]]; then
240
- make TYPESCRIPT_DECLARATIONS_LINTER=dtslint FILES="${files}" lint-typescript-declaration-files > /dev/null >&2
+ make TYPESCRIPT_DECLARATIONS_LINTER=dtslint FILES="${files}" lint-typescript-declarations-files > /dev/null >&2
241
if [[ "$?" -ne 0 ]]; then
242
echo '' >&2
243
echo 'TypeScript declaration file lint errors.' >&2
0 commit comments