Skip to content

Commit

Permalink
chore: test new lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jan 30, 2024
1 parent c9ec28d commit 0612fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export function toHexString(byteArray: ArrayLike<number>) {
.call(byteArray, function (byte) {
return ("0" + (byte & 0xff).toString(16)).slice(-2);
})
.join("");
.join("");

Check failure on line 6 in src/utils/index.ts

View workflow job for this annotation

GitHub Actions / eslint

[eslint] src/utils/index.ts#L6 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `···`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `···`","line":6,"column":5,"nodeType":null,"messageId":"delete","endLine":6,"endColumn":8,"fix":{"range":[198,201],"text":""}}
}

0 comments on commit 0612fd1

Please sign in to comment.