diff --git a/internal/lint/import_path_lint_test.go b/internal/lint/import_path_lint_test.go index 76cde1c..8c8b6ba 100644 --- a/internal/lint/import_path_lint_test.go +++ b/internal/lint/import_path_lint_test.go @@ -63,6 +63,7 @@ func TestNoLegacyGitHubImportPaths(t *testing.T) { ".yaml": true, ".toml": true, ".md": true, + ".json": true, // package.json / tsconfig.json — catches ref drift in package metadata } checkBasename := map[string]bool{ "Dockerfile": true,