Skip to content

chore(eslint): drop dead scripts/** rule block (#344)#345

Merged
CryptoJones merged 1 commit into
masterfrom
chore/eslint-drop-dead-scripts-block
May 19, 2026
Merged

chore(eslint): drop dead scripts/** rule block (#344)#345
CryptoJones merged 1 commit into
masterfrom
chore/eslint-drop-dead-scripts-block

Conversation

@CryptoJones
Copy link
Copy Markdown
Owner

Closes #344.

Summary

Drops 14 lines from eslint.config.js. No runtime or test-suite impact.

Test plan

  • npm run lint && npm test — 790 passing (config-only change).

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

The flat-config carried a config block targeting `scripts/**/*.js`,
but there's no `scripts/` directory in the repo and the npm scripts
in `package.json` already cover every operational entry point we
ship (start, dev, test, lint, audit, migrate). The block was
preemptive coverage for a directory that's never materialized; if a
future contributor needs a `scripts/` tree, they can re-add the
config in the same PR that introduces it.

Drops 14 lines from `eslint.config.js`. No runtime or test-suite
impact.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CryptoJones CryptoJones merged commit a0c73e0 into master May 19, 2026
3 checks passed
@CryptoJones CryptoJones deleted the chore/eslint-drop-dead-scripts-block branch May 19, 2026 19:06
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.

eslint config: dead scripts/** block (no such directory)

1 participant