- Notifications
You must be signed in to change notification settings - Fork59
Remove github plugin from typescript#610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
PR Overview
This PR removes the GitHub plugin import and its usage from the TypeScript configuration file.
- Removes the GitHub plugin reference from the TypeScript configuration.
- Cleans up the unused "fixupPluginRules" import.
Changes
File | Description |
---|---|
lib/configs/flat/typescript.js | Removes the GitHub plugin and related configuration in order to streamline the TypeScript config |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more
239d1b2
intomainUh oh!
There was an error while loading.Please reload this page.
Removing the unnecessary plugin from the typescript config. This came over from the legacy configs.