Skip to content

Commit

Permalink
refactor: Prefer utf8 over utf-8 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix authored Nov 2, 2024
1 parent 141fe73 commit 1d9ba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-from-oxlint-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const executeOxlintWithConfiguration = (

try {
oxlintOutput = execSync(`npx oxlint ${cliArguments.join(' ')}`, {
encoding: 'utf-8',
encoding: 'utf8',
stdio: 'pipe',
});
} catch {
Expand Down

0 comments on commit 1d9ba68

Please sign in to comment.