Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
Seeing this in a few PRs, including#8371,#8357, and#8354. Each has an error linting a file starting withOccurred while linting /home/runner/work/typescript-eslint/typescript-eslint/packages/eslint-plugin/tests/rules/
.
- 8354:
no-throw-literal.test.ts:16
- 8357:
no-require-imports.test.ts:12
- 8371:
no-unsafe-member-access.test.ts:15
These all work locally for me. Maybe it's an out-of-memory issue in CI or something along those lines? cc@JamesHenry