[MIGRATION] - Fixed lint

This commit is contained in:
VitoAlbano 2024-09-06 14:27:47 +01:00 committed by Ehsan Rezaei
parent 441f079628
commit 6dcb7ce28a
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ import { RuleService } from './rule.service';
import { ExtensionElement } from '../config/extension-element';
import { BehaviorSubject, Observable } from 'rxjs';
// eslint-disable-next-line prefer-arrow/prefer-arrow-functions
/**
* The default extensions factory
*
@ -47,7 +46,6 @@ export const EXTENSION_JSON_VALUES = new InjectionToken<string[][]>('extension-j
factory: extensionJsonsFactory
});
// eslint-disable-next-line prefer-arrow/prefer-arrow-functions
/**
* Provides the extension json values for the angular modules
*