Skip to content

feat: setup ESLint for TypeScript/Next.js (closes #28)#57

Merged
O2sa merged 1 commit intoO2sa:mainfrom
Ai-chan-0411:feat/setup-eslint
Apr 12, 2026
Merged

feat: setup ESLint for TypeScript/Next.js (closes #28)#57
O2sa merged 1 commit intoO2sa:mainfrom
Ai-chan-0411:feat/setup-eslint

Conversation

@Ai-chan-0411
Copy link
Copy Markdown
Contributor

Setup ESLint configuration for consistent code style.

Changes

  • Add eslint.config.js with ESLint v9 flat config
  • Configure TypeScript support with @typescript-eslint
  • Add lint script to package.json
  • Set 'type': 'module' for ES module support

Closes #28

- Add ESLint v9 configuration with TypeScript and Next.js support
- Configure eslint.config.js with flat config format (ESLint v9)
- Add @typescript-eslint parser and plugins
- Create lint script in package.json for code style checking
- Include proper TypeScript rules and ignores for Next.js projects
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 11, 2026

@Ai-chan-0411 is attempting to deploy a commit to the osama's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

Thank you for the pull request! ✅

A maintainer will review this soon. Please be patient while we take a look. 🙌

Copy link
Copy Markdown
Owner

@O2sa O2sa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done! Don't forget to give this repo a star.

@O2sa O2sa merged commit 50e3ec2 into O2sa:main Apr 12, 2026
1 of 2 checks passed
O2sa added a commit that referenced this pull request Apr 12, 2026
O2sa added a commit that referenced this pull request Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup ESLint for consistent code style

2 participants