Skip to content

Commit d52d6ef

Browse files
committed
chore(examples): linting pass
1 parent 6f82a38 commit d52d6ef

File tree

1 file changed

+1
-1
lines changed
  • examples/black-flag/builder/commands

1 file changed

+1
-1
lines changed

examples/black-flag/builder/commands/array.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function command() {
2525
default: ['nothing'],
2626
defaultDescription: 'the string "nothing"',
2727
coerce(args) {
28-
return args.map((arg) => {
28+
return args.map((/** @type {unknown} */ arg) => {
2929
switch (arg) {
3030
case 'one': {
3131
return 1;

0 commit comments

Comments
 (0)