🚀 Add Prettier Support
Description
To keep the codebase consistently formatted, we would like to add Prettier.
Requirements
Add:
.prettierrc
.prettierignore
- npm formatting scripts
Example:
{
"format": "prettier --write .",
"format:check": "prettier --check ."
}
Tasks
Acceptance Criteria
npm run format
npm run format:check
both work successfully.
⭐ Support Scaffinity
If you enjoy contributing, please consider giving the repository a ⭐ to support the project and help more developers discover it.
👉 https://github.com/devi5040/scaffinity
🚀 Add Prettier Support
Description
To keep the codebase consistently formatted, we would like to add Prettier.
Requirements
Add:
.prettierrc.prettierignoreExample:
{ "format": "prettier --write .", "format:check": "prettier --check ." }Tasks
Acceptance Criteria
npm run formatnpm run format:checkboth work successfully.
⭐ Support Scaffinity
If you enjoy contributing, please consider giving the repository a ⭐ to support the project and help more developers discover it.
👉 https://github.com/devi5040/scaffinity