feat: add pre-commit hooks & refactor code to pass linting

This commit is contained in:
Jordan Knott
2020-08-20 18:37:36 -05:00
parent abf9e1328a
commit 9dba566660
49 changed files with 297 additions and 462 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type Query {
teams: [Team!]!
labelColors: [LabelColor!]!
taskGroups: [TaskGroup!]!
me: MePayload!
me: MePayload!
}
type Mutation
-1
View File
@@ -25,4 +25,3 @@ type DeleteProjectPayload {
ok: Boolean!
project: Project!
}