Add EsLint

This commit is contained in:
2023-12-23 15:36:22 +01:00
parent 5a5cce199b
commit 8fcab610fb
22 changed files with 2215 additions and 468 deletions

View File

@@ -38,8 +38,6 @@ $: availableBranches = $branches.map((branch) => ({
value: branch
}))
$: console.log(availableBranches)
async function createBranch() {
const name = prompt("Branch name:")
if (name) {