Fix eslint files glob not being correct #521

Open
Vylpes wants to merge 3 commits from feature/517-eslint-files into release/0.12.0
Owner
#517
Fix eslint files glob not being correct
All checks were successful
Test / build (push) Successful in 1m53s
534ec602af
Vylpes changed title from Fix eslint files glob not being correct to WIP: Fix eslint files glob not being correct 2026-09-07 11:56:22 +01:00
Smithy-bot left a comment

Comment — the eslint glob fix is correct, but this PR is not ready to merge yet.

What looks good

  • Changing files from "./src" / "./tests" to src/**/* / tests/**/* is the right fix; the old globs matched no files, leaving camelcase and other scoped rules inert.
  • The yarn lint:fix formatting pass is mechanical and consistent with existing style rules.

Why I'm not approving yet

  • PR is marked draft / WIP and currently has merge conflicts with release/0.12.0.
  • This branch does not include the #519 equality sweep or eqeqeq enablement — coordinate merge order with #519 so the glob fix lands on top of the completed strict-equality work.

Please mark ready and resolve conflicts, then re-request review.

**Comment** — the eslint glob fix is correct, but this PR is not ready to merge yet. **What looks good** - Changing `files` from `"./src"` / `"./tests"` to `src/**/*` / `tests/**/*` is the right fix; the old globs matched no files, leaving camelcase and other scoped rules inert. - The `yarn lint:fix` formatting pass is mechanical and consistent with existing style rules. **Why I'm not approving yet** - PR is marked **draft / WIP** and currently has merge conflicts with `release/0.12.0`. - This branch does not include the #519 equality sweep or `eqeqeq` enablement — coordinate merge order with #519 so the glob fix lands on top of the completed strict-equality work. Please mark ready and resolve conflicts, then re-request review.
Fix linter
All checks were successful
Test / build (push) Successful in 2m39s
ac3dd25e26
Vylpes changed title from WIP: Fix eslint files glob not being correct to Fix eslint files glob not being correct 2026-09-07 12:15:37 +01:00
All checks were successful
Test / build (push) Successful in 2m39s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/517-eslint-files:feature/517-eslint-files
git switch feature/517-eslint-files
Sign in to join this conversation.
No description provided.