-
Notifications
You must be signed in to change notification settings - Fork 1
Jm/eslint formatting #57
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
03cd285 to
7fb064f
Compare
…ards - Add ESLint 9 and Prettier for consistent code formatting across docs repos - Configure ESLint with TypeScript and Astro support - Standardize lint and format commands across all repositories - Upgrade to ESLint 9 flat config format (eslint.config.js) - Update all ESLint and Prettier packages to latest versions - Add CI checks to enforce formatting standards
7fb064f to
6639d07
Compare
Anca2022
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.
Consistency changes
| | Command | Action | | ||
| | :--------------- | :----------------- | | ||
| | `bun run format` | Fix linting issues | | ||
| | `bun run lint` | Check linting | |
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.
| | `bun run lint` | Check linting | | |
| | `bun run lint` | Check code formatting and linting | |
|
|
||
| | Command | Action | | ||
| | :--------------- | :----------------- | | ||
| | `bun run format` | Fix linting issues | |
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.
| | `bun run format` | Fix linting issues | | |
| | `bun run format` | Format code and fix linting issues | |
| - uses: oven-sh/setup-bun@v1 | ||
| - name: Install dependencies | ||
| run: bun install | ||
| - name: Run ESLint |
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.
| - name: Run ESLint | |
| - name: Check formatting and linting |
|
|
||
| ### 🔍 Code Linting | ||
|
|
||
| This project uses [ESLint](https://eslint.org/) for code linting. Before submitting a pull request, please ensure your code passes linting: |
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.
Please add prettier and Biome in here
Changes: