style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									87366b2821
								
							
						
					
					
						commit
						899af4dec5
					
				
					 20 changed files with 117 additions and 118 deletions
				
			
		|  | @ -20,7 +20,7 @@ import { NotFoundException } from '../../src/exceptions/not-found-exception.js'; | |||
| import { BadRequestException } from '../../src/exceptions/bad-request-exception.js'; | ||||
| import { ConflictException } from '../../src/exceptions/conflict-exception.js'; | ||||
| import { EntityAlreadyExistsException } from '../../src/exceptions/entity-already-exists-exception.js'; | ||||
| import {StudentDTO} from "dwengo-1-common/src/interfaces/student"; | ||||
| import { StudentDTO } from 'dwengo-1-common/src/interfaces/student'; | ||||
| 
 | ||||
| describe('Student controllers', () => { | ||||
|     let req: Partial<Request>; | ||||
|  |  | |||
|  | @ -15,8 +15,7 @@ import { | |||
| import { BadRequestException } from '../../src/exceptions/bad-request-exception.js'; | ||||
| import { EntityAlreadyExistsException } from '../../src/exceptions/entity-already-exists-exception.js'; | ||||
| import { getStudentRequestsHandler } from '../../src/controllers/students.js'; | ||||
| import {TeacherDTO} from "dwengo-1-common/src/interfaces/teacher"; | ||||
| 
 | ||||
| import { TeacherDTO } from 'dwengo-1-common/src/interfaces/teacher'; | ||||
| 
 | ||||
| describe('Teacher controllers', () => { | ||||
|     let req: Partial<Request>; | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action