No description provided.
#7 Add ESLint to repo and make changes found through it's addition #19
Merged
stringbone
merged 7 commits from 2024年01月16日 06:08:35 +01:00
eslint into master
stringbone
commented 2024年01月16日 05:57:00 +01:00
stringbone
added 1 commit 2024年01月16日 05:57:00 +01:00
stringbone
force-pushed eslint from 2024年01月16日 05:58:06 +01:00
Compare
e8129a5a1e
to 8b4f2fe699
stringbone
reviewed 2024年01月16日 05:58:55 +01:00
cgi-bin/static/main.js
Outdated
@ -250,7 +254,7 @@ function initFile(el, path, container, templates) {
}
node.lichenPath = Array.from(path);
node.lichenName = el.name;
const link = node.querySelector("a");
stringbone
commented 2024年01月16日 05:58:55 +01:00
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
stringbone
reviewed 2024年01月16日 05:59:56 +01:00
@ -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);
stringbone
commented 2024年01月16日 05:59:56 +01:00
Test
Test
stringbone marked this conversation as resolved
stringbone
added 1 commit 2024年01月16日 06:03:57 +01:00
stringbone
merged commit 58c188687e into master 2024年01月16日 06:08:35 +01:00
stringbone
referenced this pull request from a commit 2024年01月16日 06:08:36 +01:00
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
Loading...
Add table
Add a link
Reference in a new issue
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?