Add EsLint
This commit is contained in:
@@ -38,8 +38,6 @@ $: availableBranches = $branches.map((branch) => ({
|
||||
value: branch
|
||||
}))
|
||||
|
||||
$: console.log(availableBranches)
|
||||
|
||||
async function createBranch() {
|
||||
const name = prompt("Branch name:")
|
||||
if (name) {
|
||||
|
||||
Reference in New Issue
Block a user