Skip to content

fix: exclude .agents directory from ESLint#31

Merged
vinutv merged 3 commits into
mainfrom
copilot/fix-verify-failing-job
Jul 1, 2026
Merged

fix: exclude .agents directory from ESLint#31
vinutv merged 3 commits into
mainfrom
copilot/fix-verify-failing-job

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

ESLint was linting .agents/skills/figma-use/references/plugin-api-standalone.d.ts, a third-party Figma Plugin API type definition, causing 20 lint errors (@typescript-eslint/no-explicit-any, @typescript-eslint/no-empty-object-type, etc.) and failing the CI verify job.

Change

Added .agents/** to globalIgnores in eslint.config.js:

// before
globalIgnores(['dist']),

// after
globalIgnores(['dist', '.agents/**']),

The .agents/ directory contains skill definitions and vendored/generated type references that are not project source code and should never be linted.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 1, 2026

Copy link
Copy Markdown

Deploying careui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 823be66
Status: ✅  Deploy successful!
Preview URL: https://482c537f.careui.pages.dev
Branch Preview URL: https://copilot-fix-verify-failing-j.careui.pages.dev

View logs

Copilot AI changed the title [WIP] Fix the failing GitHub Actions job 'verify' fix: exclude .agents directory from ESLint Jul 1, 2026
Copilot finished work on behalf of vinutv July 1, 2026 06:03
Copilot AI requested a review from vinutv July 1, 2026 06:03
Copilot finished work on behalf of vinutv July 1, 2026 06:52
@vinutv vinutv marked this pull request as ready for review July 1, 2026 08:17
@vinutv vinutv merged commit 8651464 into main Jul 1, 2026
2 checks passed
@vinutv vinutv deleted the copilot/fix-verify-failing-job branch July 1, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants