Skip to content

Commit 013d5fa

Browse files
committed
lint
1 parent 165bd4d commit 013d5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/flags/flags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ if (argv.cleanup) {
482482
const diffedFlagColumns =
483483
argv.diff[0] != null ? argv.diff.map(argToHeader) : FLAG_COLUMNS;
484484

485+
// eslint-disable-next-line no-for-of-loops/no-for-of-loops
485486
for (const flag of allFlagsUniqueFlags) {
486487
const values = diffedFlagColumns.reduce((acc, key) => {
487488
acc[key] = FLAG_CONFIG[key](flag);

0 commit comments

Comments
 (0)