feat: add pre-commit hooks & refactor code to pass linting
This commit is contained in:
		@@ -29,7 +29,7 @@ type Query {
 | 
			
		||||
  teams: [Team!]!
 | 
			
		||||
  labelColors: [LabelColor!]!
 | 
			
		||||
  taskGroups: [TaskGroup!]!
 | 
			
		||||
  me: MePayload! 
 | 
			
		||||
  me: MePayload!
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Mutation
 | 
			
		||||
 
 | 
			
		||||
@@ -25,4 +25,3 @@ type DeleteProjectPayload {
 | 
			
		||||
  ok: Boolean!
 | 
			
		||||
  project: Project!
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user