eslint rule for imports

This commit is contained in:
Niels Lyngsø
2023-05-25 15:11:37 +02:00
parent ab598ab1c5
commit 0f5582cf00
468 changed files with 819 additions and 1118 deletions

View File

@@ -2,7 +2,7 @@ import { expect, test as base } from '@playwright/test';
import { createWorkerFixture } from 'playwright-msw';
import type { MockServiceWorker } from 'playwright-msw';
import { handlers } from '../src/mocks/e2e-handlers';
import { handlers } from '../src/mocks/e2e-handlers.js';
const test = base.extend<{
worker: MockServiceWorker;