You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Prettier for consistent code formatting across the project.
Changes:
- Add .prettierrc.js with Standard-style formatting rules
- Add .prettierignore to exclude build artifacts and dependencies
- Add format and format:check scripts to package.json
- Add prettier, eslint-config-prettier, and eslint-plugin-prettier packages
- Update ESLint configuration to integrate with Prettier
- Update .eslintignore to exclude style files
- Update VS Code settings for Prettier integration
- Update PostCSS and Babel configs for consistency
This enables consistent code formatting and integrates Prettier with
the existing ESLint setup.
0 commit comments