diff --git a/packages/next/server/config-shared.ts b/packages/next/server/config-shared.ts index 72b153416293c..a026bf9bb4fc4 100644 --- a/packages/next/server/config-shared.ts +++ b/packages/next/server/config-shared.ts @@ -23,7 +23,7 @@ export interface DomainLocale { } export interface ESLintConfig { - /** Only run ESLint on these directories during production builds (`next build`). */ + /** Only run ESLint on these directories with `next lint` and `next build`. */ dirs?: string[] /** Do not run ESLint during production builds (`next build`). */ ignoreDuringBuilds?: boolean