Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpope committed Dec 13, 2024
1 parent 165bd4d commit 013d5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/flags/flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ if (argv.cleanup) {
const diffedFlagColumns =
argv.diff[0] != null ? argv.diff.map(argToHeader) : FLAG_COLUMNS;

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

0 comments on commit 013d5fa

Please sign in to comment.