Documentation Report Checklist
Overview
Renovate PR #2922 updates a dependency whose eslint-plugin rules no longer match packages/rule-data/src/data.json.
packages/rule-data/src/data.test.ts fails on that PR until the data is synced.
Missing from data.json (4):
Additional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting eslint-plugin gaps, so the lists above reflect the latest failing run.
To resolve:
- Add each missing rule to
packages/rule-data/src/data.json, and remove stale references.
- For rules that shouldn't be skipped, file a new rule issue to track the Flint equivalent.
- Run
pnpm --filter=rule-data sort-data.
- Push to the Renovate branch, or open a PR that bumps the dependency and closes this issue.
Documentation Report Checklist
mainbranch of the repository.Overview
Renovate PR #2922 updates a dependency whose eslint-plugin rules no longer match
packages/rule-data/src/data.json.packages/rule-data/src/data.test.tsfails on that PR until the data is synced.Missing from data.json (4):
eslint-plugin/no-incomplete-meta-schemaeslint-plugin/no-incorrect-meta-schemaeslint-plugin/require-meta-languageseslint-plugin/require-test-error-positionsAdditional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting eslint-plugin gaps, so the lists above reflect the latest failing run.
To resolve:
packages/rule-data/src/data.json, and remove stale references.pnpm --filter=rule-data sort-data.