(linting) Migrated over to the ESLint

This commit is contained in:
sercan
2021-05-14 17:17:06 +03:00
parent 0c5f5b9165
commit d159ae1458
182 changed files with 3543 additions and 2400 deletions

View File

@@ -1,5 +1,5 @@
import { Component, ViewEncapsulation } from '@angular/core';
import { FuseAnimations } from '@fuse/animations';
import { fuseAnimations } from '@fuse/animations';
import { AuthService } from 'app/core/auth/auth.service';
import { Router } from '@angular/router';
@@ -7,7 +7,7 @@ import { Router } from '@angular/router';
selector : 'sign-out-fullscreen-reversed',
templateUrl : './sign-out.component.html',
encapsulation: ViewEncapsulation.None,
animations : FuseAnimations
animations : fuseAnimations
})
export class SignOutFullscreenReversedComponent
{