3
16
Fork
You've already forked lichen
1

#7 Add ESLint to repo and make changes found through it's addition #19

Merged
stringbone merged 7 commits from eslint into master 2024年01月16日 06:08:35 +01:00
No description provided.
@ -250,7 +254,7 @@ function initFile(el, path, container, templates) {
}
node.lichenPath = Array.from(path);
node.lichenName = el.name;
const link = node.querySelector("a");
Author
Owner
Copy link

Some of these were accidentally reverted during a merge conflict

Some of these were accidentally reverted during a merge conflict
stringbone marked this conversation as resolved
@ -650,1 +658,3 @@
canvas.toBlob((blob) => (blob ? res(blob) : null), type, quality);
function saveCanvasBlob(canvas, type) {
return new Promise((res, _) => {
canvas.toBlob((blob) => (blob ? res(blob) : null), type);
Author
Owner
Copy link

Test

Test
stringbone marked this conversation as resolved
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
stringbone/lichen!19
Reference in a new issue
stringbone/lichen
No description provided.
Delete branch "eslint"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?