[ci:force] - Fixed lint

This commit is contained in:
VitoAlbano
2024-10-14 00:08:11 +01:00
committed by VitoAlbano
parent 7332339c7b
commit efb4723af2
116 changed files with 3 additions and 515 deletions

View File

@@ -23,7 +23,6 @@ import { DummyFeaturesService } from '../services/dummy-features.service';
/**
* Provides the dummy feature flags.
*
* @returns Environment Providers for Feature Flags.
*/
export function provideDummyFeatureFlags() {

View File

@@ -69,7 +69,6 @@ export class DebugFeaturesService implements IDebugFeaturesService {
/**
* Gets the flags as an observable.
*
* @returns the observable that emits the flag changeset.
*/
getFlags$(): Observable<FlagChangeset> {
@@ -80,7 +79,6 @@ export class DebugFeaturesService implements IDebugFeaturesService {
/**
* Resets the specified flags.
*
* @param flags The flags to reset.
*/
resetFlags(flags: FlagSet): void {