chore: add bugs metadata to eslint-plugin-query#449
Conversation
|
Greptile SummaryThis PR adds the missing
Confidence Score: 5/5Safe to merge — this is a pure metadata addition with no impact on runtime behavior or build output. The change adds a single bugs.url field to a package manifest. The URL matches the value already present in other packages in the monorepo, so there is no inconsistency or typo risk. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[eslint-plugin-query/package.json] -->|adds| B["bugs.url field"]
B --> C["https://github.com/OpenAPI-Qraft/openapi-qraft/issues"]
C --> D[npm registry displays issue tracker link]
Reviews (1): Last reviewed commit: "chore: add bugs metadata to eslint-plugi..." | Re-trigger Greptile |
This PR adds the missing \�ugs.url\ metadata to \packages/eslint-plugin-query/package.json, as identified in charles-microbounties#952.
This ensures the canonical issue tracker is correctly exposed on npm.