UNPKG

@epic-web/config

Version:

Reasonable ESLint configs for epic web devs

6 lines (4 loc) 122 B
import { test } from '@playwright/test' test('hello', async ({ page }) => { await page.goto('http://localhost:5173') })