forked from hazza/dspace-angular
87968: Update ESLint disable/enable comments
eslint-disable max-classes-per-file only works at the top of the file now
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable max-classes-per-file */
|
||||
import { ThemedComponent } from './themed.component';
|
||||
import { Component, NO_ERRORS_SCHEMA } from '@angular/core';
|
||||
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
@@ -7,7 +8,6 @@ import { getMockThemeService } from '../mocks/theme-service.mock';
|
||||
import { TestComponent } from './test/test.component.spec';
|
||||
import { ThemeConfig } from '../../../config/theme.model';
|
||||
|
||||
/* eslint-disable max-classes-per-file */
|
||||
@Component({
|
||||
selector: 'ds-test-themed-component',
|
||||
templateUrl: './themed.component.html'
|
||||
@@ -197,4 +197,3 @@ describe('ThemedComponent', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
/* eslint-enable max-classes-per-file */
|
||||
|
Reference in New Issue
Block a user