Skip to content

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

@CryptoJones

Description

@CryptoJones

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions