### What? Standardizes ESLint configurations across all template projects like website template to ensure consistent code quality enforcement. ### Why? Previously, there were inconsistencies in the ESLint configurations between different template projects. Some templates were missing the .next/ ignore pattern, which could lead to unnecessary linting of build files. By standardizing these configurations, we ensure consistent code quality standards and developer experience across all template projects. ### How? Added the missing ignores: ['.next/'] configuration to templates that were missing it
payload-postgres-template
payload-postgres-template
Attributes
- Database: postgres
- Storage Adapter: localDisk