Enable noImplicitAny in tsconfig.json by jeffwidman · Pull Request #684 · dependabot/fetch-metadata (original) (raw)

added 2 commits

March 26, 2026 05:24

@jeffwidman

Add a "typecheck" script (tsc --noEmit) to package.json and run it in CI before lint and test. This catches TypeScript type errors that esbuild silently ignores during bundling.

@jeffwidman

Remove the noImplicitAny: false override so strict: true applies fully. Add explicit type annotations to all callback parameters that were relying on implicit any. Install @types/pluralize for the pluralize package.

@jeffwidman jeffwidman changed the base branch from main to ci-add-typecheck

March 26, 2026 05:26

Base automatically changed from ci-add-typecheck to main

March 26, 2026 18:34

@truggeri

truggeri

@truggeri truggeri deleted the tsconfig-enable-no-implicit-any branch

March 26, 2026 18:39

This was referenced

May 15, 2026

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})