Skip to content

Commit 114fa76

Browse files
committed
style: disable rule in test file
1 parent d4f6ed8 commit 114fa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/route.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-type-assertion, no-undefined, @typescript-eslint/no-deprecated */
1+
/* eslint-disable @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-type-assertion, no-undefined, @typescript-eslint/no-deprecated */
22
import { beforeAll, beforeEach, describe, expect, it, jest } from '@jest/globals';
33
import { customElement } from 'lit/decorators.js';
44
import * as pwaHelpers from 'pwa-helpers';

0 commit comments

Comments
 (0)