This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add browser globals for Playwright e2e tests in ESLint config

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

+5
+5
eslint.config.mjs
··· 74 74 afterAll: 'readonly', 75 75 afterEach: 'readonly', 76 76 jest: 'readonly', 77 + // Browser globals for e2e tests using Playwright 78 + document: 'readonly', 79 + window: 'readonly', 80 + navigator: 'readonly', 81 + location: 'readonly', 77 82 }, 78 83 }, 79 84 plugins: {