Skip to content

Conversation

@Rot4tion
Copy link
Contributor

@Rot4tion Rot4tion commented May 7, 2025

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

@Rot4tion Rot4tion changed the title template: Sync ignore rule for '.next/' templates templates: Sync ignore rule for '.next/' templates May 7, 2025
@paulpopus paulpopus changed the title templates: Sync ignore rule for '.next/' templates templates: add eslint ignore rule for '.next/' May 8, 2025
Copy link
Contributor

@paulpopus paulpopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR!

@paulpopus paulpopus merged commit 09f15ff into payloadcms:main May 8, 2025
24 of 26 checks passed
kendelljoseph pushed a commit that referenced this pull request May 15, 2025
### 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
@github-actions
Copy link
Contributor

🚀 This is included in version v3.38.0

kendelljoseph pushed a commit that referenced this pull request May 19, 2025
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants