Skip to content

Commit

Permalink
ci: fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Jun 30, 2024
1 parent 59b39a6 commit 239f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { argv, platform } from 'node:process'
import { join, dirname, resolve, relative } from 'node:path'
import { spawn } from 'node:child_process'
// eslint-disable-next-line n/no-unsupported-features/node-builtins
import { writeFile, rm, rename, cp, mkdir, copyFile } from 'node:fs/promises'
import { writeFile, rm, rename, cp, mkdir } from 'node:fs/promises'
import { randomBytes } from 'node:crypto'
import { performance } from 'node:perf_hooks'

Expand Down

0 comments on commit 239f709

Please sign in to comment.