style: fix linting issues met ESLint
This commit is contained in:
		
							parent
							
								
									47e47323d3
								
							
						
					
					
						commit
						1b18338c78
					
				
					 15 changed files with 34 additions and 34 deletions
				
			
		|  | @ -8,7 +8,7 @@ export function makeTestGroups(em: EntityManager): Group[] { | |||
|      * Group #1 for Assignment #1 in class 'id01' | ||||
|      * => Assigned to do learning path 'id02' | ||||
|      */ | ||||
|     // gets deleted
 | ||||
|     // Gets deleted
 | ||||
|     group01 = em.create(Group, { | ||||
|         assignment: getAssignment01(), | ||||
|         groupNumber: 21001, | ||||
|  |  | |||
|  | @ -71,7 +71,7 @@ export function makeTestSubmissions(em: EntityManager): Submission[] { | |||
|         content: '', | ||||
|     }); | ||||
| 
 | ||||
|     // gets deleted
 | ||||
|     // Gets deleted
 | ||||
|     submission07 = em.create(Submission, { | ||||
|         learningObjectHruid: testLearningObject01.hruid, | ||||
|         learningObjectLanguage: testLearningObject01.language, | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action