Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Dec 20, 2021
1 parent cd4722c commit 627286d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.spec.ts
2 changes: 1 addition & 1 deletion src/app/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export class HomePageComponent implements OnInit {
}

// Initialize MIDI event listeners
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
// eslint-disable-next-line
midiSuccess(access: any): void {
access;

Expand Down
1 change: 1 addition & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
declare const require: any;

// First, initialize the Angular testing environment.
Expand Down
1 change: 1 addition & 0 deletions src/zone-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
* Prevents Angular change detection from
* running with certain Web Component callbacks
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(window as any).__Zone_disable_customElements = true;

0 comments on commit 627286d

Please sign in to comment.