-
Notifications
You must be signed in to change notification settings - Fork 150
feat: add tseslint.configs.recommendedTypeChecked and remove no-unsafe-member-access rule #1657
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add tseslint.configs.recommendedTypeChecked and remove no-unsafe-member-access rule #1657
Conversation
…e-member-access rule Co-Authored-By: [email protected] <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
🦋 Changeset detectedLatest commit: 865c8a7 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Updates to Preview Branch (devin/1747029117-add-type-checked-eslint) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
- Removed tsconfigPath from ESLint configurations across multiple packages. - Updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser to version 8.32.0. - Added typescript-eslint as a new dependency in the configs package. - Refactored ESLint base configuration to utilize global ignores and improved TypeScript support. Co-Authored-By: [email protected] <[email protected]>
frontend/packages/prompt-test result:
|
CI Feedback 🧐(Feedback updated until commit fe247bb)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Add TypeScript ESLint Type-Checked Configuration
Changes
tseslint.configs.recommendedTypeChecked
rules to the ESLint configuration@typescript-eslint/no-unsafe-member-access
rule since it's included in the type-checked configurationTesting
pnpm lint
to verify the changes work correctlyLink to Devin run
https://app.devin.ai/sessions/f6b5ffd6a6e94107891d3a2ee8fe65da
Requested by: [email protected]