diff --git a/pluginloader/import_path_lint_test.go b/pluginloader/import_path_lint_test.go index f047db7..f90d61d 100644 --- a/pluginloader/import_path_lint_test.go +++ b/pluginloader/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,