-
Notifications
You must be signed in to change notification settings - Fork 41
chore: formatter/lintの設定 #227
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
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.
Pull Request Overview
This PR updates the ESLint configuration from a JSR-hosted package to a standard npm package, upgrades dependencies, and applies automated code formatting fixes. The changes include reorganizing imports alphabetically, improving code quality by removing unused variables, and enabling ESLint in the CI workflow.
Key changes:
- Upgrades
@ryoppippi/eslint-configfrom JSR version 0.0.25 to npm version 0.4.0 - Updates pnpm from 10.4.0 to 10.20.0
- Adds ESLint execution to CI workflow
- Applies automated import sorting and code fixes
Reviewed Changes
Copilot reviewed 33 out of 34 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| 2025/package.json | Updates dependency versions, adds lint:fix script, removes JSR registry reference |
| 2025/eslint.config.mjs | Adds stylistic and formatters configuration options |
| 2025/.npmrc | Removes JSR registry configuration |
| Multiple .astro files | Alphabetically sorts imports |
| 2025/src/consts/index.ts | Removes eslint-disable comment |
| 2025/src/components/Sponsors/Individual.astro | Removes unused catch parameter |
| 2025/src/components/Sponsors/Company.astro | Changes string concatenation to template literal |
| 2025/src/components/Sponsors/Companies.astro | Converts arrow function to function declaration |
| 2025/src/components/Sessions/index.ts | Changes nullish check from falsy to explicit |
| 2025/src/components/Schedule/index.ts | Converts arrow functions to function declarations |
| 2025/src/components/Sessions/Session.astro | Improves template literal formatting |
| 2025/src/components/OgImage.tsx | Reorganizes imports |
| 2025/src/components/VimLogo.astro | Adds explicit Buffer import |
| 2025/pnpm-lock.yaml | Updates lockfile with new dependency versions |
| .github/workflows/lint.yml | Adds pnpm lint step to CI |
Files not reviewed (1)
- 2025/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ccb7d19 to
6a7db48
Compare
| stylistic: false, | ||
| formatters: false, |
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.
stylisticとformattersがprettierと競合してたので無効にしました
|
okならマージしちゃって構いません! |
|
node バイナリ周りはまた別のPRでやる |
staticWagomU
left a comment
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.
LGTM
Uh oh!
There was an error while loading. Please reload this page.