dev-launchers / strapiv4

GNU General Public License v3.0
7 stars 2 forks source link

[Platform] [Deprecation Report] As a developer responsible for maintaining a monorepo with multiple apps I want to automatically generate a comment within a PR that lists imported deprecated features #201

Open Enjoy2Live opened 1 month ago

Enjoy2Live commented 1 month ago

User Story

As a developer responsible for maintaining a monorepo with multiple apps I want to automatically generate a comment within a PR that lists imported deprecated features annotated with jsdocs So that I can quickly identify and address potential issues within the PR

Acceptance Criteria

Enjoy2Live commented 1 month ago

@chungthuang suggested eslint-plugin-deprecation , I reckon we can use it in our packages/eslint-config-bases package and make CI job that triggers on PR.