Chore: EsLint tsconfig project setup#144
Conversation
|
WalkthroughThe pull request revises how ESLint configuration is exported by replacing static default exports with a named function call in several packages. It adjusts parser options and file inclusions in TypeScript configuration files and updates Prettier’s config style by removing quoted keys and adding a semicolon. The changes centralize configuration logic and expand TypeScript file inclusion, ensuring a more flexible and unified configuration setup across the project. Changes
Sequence Diagram(s)sequenceDiagram
participant ESLint as ESLint Process
participant Config as eslintConfig Function
ESLint->>Config: Call eslintConfig(optional userConfigs)
Config-->>ESLint: Return configuration object
ESLint->>ESLint: Apply configuration for linting
Possibly related PRs
Suggested labels
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
yarn install v1.22.22 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used🪛 Biome (1.9.4)packages/css-additional-types/tsconfig.node.json[error] 3-4: Expected a property but instead found '}'. Expected a property here. (parse) packages/css/tsconfig.node.json[error] 3-4: Expected a property but instead found '}'. Expected a property here. (parse) packages/debug-log/tsconfig.node.json[error] 3-4: Expected a property but instead found '}'. Expected a property here. (parse) packages/transform-to-vanilla/tsconfig.node.json[error] 3-4: Expected a property but instead found '}'. Expected a property here. (parse) 🔇 Additional comments (12)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Triggered from #144 by @black7375. Checking if we can fast forward Target branch ( commit 0c904876b01aaaa22d48eaae9aa964630c0ff53c (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Feb 2 00:50:43 2025 +0900
Chore(deps): Bump packagesPull request ( commit 6a9135d5f952bac403fd287099a1614e8024d32d (pull_request/eslint-error)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Feb 8 19:37:04 2025 +0900
Chore: EsLint tsconfig project setupIt is possible to fast forward |
|
/fast-forward |
|
Triggered from #144 (comment) by @black7375. Trying to fast forward Target branch ( commit 0c904876b01aaaa22d48eaae9aa964630c0ff53c (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sun Feb 2 00:50:43 2025 +0900
Chore(deps): Bump packagesPull request ( commit 6a9135d5f952bac403fd287099a1614e8024d32d (pull_request/eslint-error)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Sat Feb 8 19:37:04 2025 +0900
Chore: EsLint tsconfig project setupFast forwarding $ git push origin 6a9135d5f952bac403fd287099a1614e8024d32d:main
To https://github.com/mincho-js/mincho.git
0c90487..6a9135d 6a9135d5f952bac403fd287099a1614e8024d32d -> main |
Description
Resolve
parserOptions.projectparsing error.Related Issue
Summary by CodeRabbit
Additional context
EXPERIMENTAL_useProjectService->projectServiceChecklist