Skip to content

Commit

Permalink
build: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zyishai committed Jan 20, 2025
1 parent 3f32675 commit 2c88ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const version = `v${pkg.version}`;
const isDryRun = process.argv.includes("--dry-run");

function stripAnsi(string) {
// eslint-disable-next-line no-control-regex
return string.replace(/\x1B\[\d+m/g, "");
}

Expand Down

0 comments on commit 2c88ea5

Please sign in to comment.