Feature description
Integrate Prettier into the project for automated code formatting.
Problem it solves
When multiple contributors touch the codebase, inconsistent styling inevitably creeps in, leading to messy diffs and tedious formatting discussions during code reviews.
Proposed solution
I'd love to introduce Prettier to enforce a strict, unified code style automatically. This lets reviewers focus on actual logic rather than syntax. If you agree, please assign this issue to me and add the ELUSOC label so I can get a PR going!
Alternatives considered
We could use standard ESLint without Prettier, but Prettier is the gold standard for pure formatting automation.
Additional context
N/A
Feature description
Integrate Prettier into the project for automated code formatting.
Problem it solves
When multiple contributors touch the codebase, inconsistent styling inevitably creeps in, leading to messy diffs and tedious formatting discussions during code reviews.
Proposed solution
I'd love to introduce Prettier to enforce a strict, unified code style automatically. This lets reviewers focus on actual logic rather than syntax. If you agree, please assign this issue to me and add the
ELUSOClabel so I can get a PR going!Alternatives considered
We could use standard ESLint without Prettier, but Prettier is the gold standard for pure formatting automation.
Additional context
N/A