Skip to content

Commit

Permalink
chore(root): update typescript-eslint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Aug 25, 2024
1 parent 8439fa3 commit 4f61501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ overrides:
'@typescript-eslint/no-empty-interface': off
'@typescript-eslint/no-explicit-any': off
'@typescript-eslint/no-namespace': off
'@typescript-eslint/no-require-imports': off
'@typescript-eslint/no-restricted-types': error
'@typescript-eslint/no-this-alias': off
'@typescript-eslint/no-unsafe-declaration-merging': off
'@typescript-eslint/no-unused-vars': error
Expand Down
2 changes: 1 addition & 1 deletion libs/ng-mocks/src/lib/common/core.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// istanbul ignore file
/* eslint-disable @typescript-eslint/ban-types */
/* eslint-disable @typescript-eslint/no-unsafe-function-type */

import { DebugNode, InjectionToken } from '@angular/core';
import { ComponentFixture } from '@angular/core/testing';
Expand Down
1 change: 1 addition & 0 deletions libs/ng-mocks/src/lib/mock-builder/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export interface IMockBuilder extends Promise<IMockBuilderResult> {
*
* @see https://ng-mocks.sudo.eu/api/MockBuilder#extending-mockbuilder
*/
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface IMockBuilderExtended extends IMockBuilder {}

/**
Expand Down

0 comments on commit 4f61501

Please sign in to comment.