Skip to content

Commit 583b83c

Browse files
authored
fix(builder): correct option name in flat config error (#2443)
1 parent 61f631c commit 583b83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builder/src/utils/eslint-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export async function resolveAndInstantiateESLint(
8080
}
8181
if (options.reportUnusedDisableDirectives) {
8282
throw new Error(
83-
'For Flat Config, ESLint removed `reportedUnusedDisableDirectives` and so it is not supported as an option. See https://eslint.org/docs/latest/use/configure/configuration-files-new',
83+
'For Flat Config, ESLint removed `reportUnusedDisableDirectives` and so it is not supported as an option. See https://eslint.org/docs/latest/use/configure/configuration-files-new',
8484
);
8585
}
8686

0 commit comments

Comments
 (0)