feat(eslint-plugin): add suggestions and fix-script to eslint-plugin require-auth-protection rule#8828
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🦋 Changeset detectedLatest commit: 496edb5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Description
This builds on (and branch is currently targeted at) the new lint rule: #8704
It adds Quick Fix suggestions and a CLI to apply those suggestions to all files.
We don't want to use autofix for this since the fixes change runtime behavior.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change