a11y-theme-builder icon indicating copy to clipboard operation
a11y-theme-builder copied to clipboard

[REQUEST] Integrate Prettier for Consistent Code Formatting

Open ravjot07 opened this issue 9 months ago • 7 comments

Suggestion/Concern

Proposing the integration of Prettier into the a11y-theme-builder project to ensure consistent code styling, reduce formatting inconsistencies, and improve the overall quality of the codebase.

Proposed Solution

Install Prettier: Add Prettier as a dev dependency.

npm install --save-dev prettier

And then formatting the codebase

ravjot07 avatar May 09 '24 20:05 ravjot07