feat: add pre-commit hooks & refactor code to pass linting
This commit is contained in:
@ -26,4 +26,3 @@ mutation toggleTaskLabel($taskID: UUID!, $projectLabelID: UUID!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -9,4 +9,3 @@ mutation updateTaskDueDate($taskID: UUID!, $dueDate: Time) {
|
||||
dueDate
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@ query users {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user