eslint.config.js carries a config block targeting scripts/**/*.js, but there's no scripts/ directory in the repo. The block is preemptive coverage for a directory that never materialized; it adds 14 lines of dead config that future readers parse before realizing it isn't load-bearing.
If a future contributor needs a scripts/ tree, they can re-add the config in the same PR that introduces it.
Fix: drop the block.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/
eslint.config.jscarries a config block targetingscripts/**/*.js, but there's noscripts/directory in the repo. The block is preemptive coverage for a directory that never materialized; it adds 14 lines of dead config that future readers parse before realizing it isn't load-bearing.If a future contributor needs a
scripts/tree, they can re-add the config in the same PR that introduces it.Fix: drop the block.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/