Re-add prettier (#13812)

Re add prettier in eslint.configs
This commit is contained in:
Charles Bochet
2025-08-11 14:10:04 +02:00
committed by GitHub
parent c8d8fb20c9
commit b14063fe06
168 changed files with 675 additions and 352 deletions
@@ -8,7 +8,6 @@ import { AuthProviderEnum } from 'src/engine/core-modules/workspace/types/worksp
import { Workspace } from 'src/engine/core-modules/workspace/workspace.entity';
@Injectable()
export class AuthSsoService {
constructor(
@InjectRepository(Workspace, 'core')
@@ -14,7 +14,6 @@ export class GoogleAPIsOauthRequestCodeStrategy extends GoogleAPIsOauthCommonStr
super(twentyConfigService);
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
authenticate(req: any, options: any) {
options = {
@@ -9,7 +9,6 @@ export class MicrosoftAPIsOauthRequestCodeStrategy extends MicrosoftAPIsOauthCom
super(twentyConfigService);
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
authenticate(req: any, options: any) {
options = {
@@ -1,4 +1,3 @@
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';