Skip to content

Feature. eslint + prettier #113

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

Merged
merged 13 commits into from
May 2, 2025
Merged

Feature. eslint + prettier #113

merged 13 commits into from
May 2, 2025

Conversation

Siyeop
Copy link
Member

@Siyeop Siyeop commented Apr 28, 2025

No description provided.

Siyeop added 11 commits April 24, 2025 16:22
Replaced .eslintrc.yml with eslint.config.mjs for a modular and modern configuration approach. Updated ESLint dependencies and rules while integrating Prettier configuration with a new .prettierrc.cjs file for consistent code formatting.
Standardized code formatting by removing unnecessary blank lines, correcting inconsistent syntax (e.g., commas to semicolons for TypeScript interfaces), and simplifying expressions. Added missing type definitions and improved readability while maintaining functionality.
Reformatted code for improved readability, aligning props and removing unnecessary blank lines. No functionality was modified, ensuring code behavior remains consistent.
@Siyeop Siyeop force-pushed the feature-eslint-prettier branch 2 times, most recently from 4045965 to 122cf52 Compare April 29, 2025 09:53
@Siyeop Siyeop force-pushed the feature-eslint-prettier branch from 122cf52 to a08a9c8 Compare April 29, 2025 10:03
@Siyeop Siyeop closed this May 1, 2025
@Siyeop Siyeop reopened this May 2, 2025
@Siyeop Siyeop force-pushed the feature-eslint-prettier branch from 09abc86 to a08a9c8 Compare May 2, 2025 08:28
Modified the ESLint and Prettier actions to process only diff-relevant files instead of the entire codebase. This optimizes the workflow by reducing unnecessary checks and speeds up pipeline execution while ensuring code quality for modified files.
@Siyeop Siyeop merged commit 5090c45 into develop May 2, 2025
2 of 3 checks passed
@Siyeop Siyeop deleted the feature-eslint-prettier branch May 2, 2025 08:35
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.

1 participant