Logo
Explore Help
Sign In
ankhbayar/Assist_Design
1
0
Fork 0
You've already forked Assist_Design
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Assist_Design/.lintstagedrc.json

5 lines
105 B
JSON
Raw Normal View History

clean up
2025-08-22 17:02:49 +09:00
{
Enhance pre-commit hook for improved linting and type checking - Added commands to stage modified tracked files and run lint-staged for auto-fixing issues. - Included a type check step to ensure code quality before commits.
2025-12-17 14:10:22 +09:00
"*.{ts,tsx,js,jsx}": ["eslint", "prettier -w"],
Add email functionality and update environment configurations - Introduced email configuration for both development and production environments in `.env.dev.example` and `.env.production.example`. - Added SendGrid API key and email settings to support password reset and welcome emails. - Implemented password reset and request password reset endpoints in the AuthController. - Enhanced signup form to include additional fields such as Customer Number, address, nationality, date of birth, and gender. - Updated various services and controllers to integrate email functionality and handle new user data. - Refactored logging and error handling for improved clarity and maintainability. - Adjusted Docker configuration for production deployment.
2025-08-23 17:24:37 +09:00
"*.{json,md,yml,yaml,css,scss}": ["prettier -w"]
clean up
2025-08-22 17:02:49 +09:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 319ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API