a11y-theme-builder
a11y-theme-builder copied to clipboard
[REQUEST] Integrate Prettier for Consistent Code Formatting
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