Skip to content

Warn me when I use module.exports.default

Open

Description

👋 small request here that could have saved me a bunch of time debugging. When I accidentally do module.exports.default = myConfig, the config inspector will tell me what a great config I have and how it applies loads of interesting rules to all kinds of different files. But running npx eslint (with v8.57.1) just tells me everything is ignored.

By adding lots of console.logs to eslint in my node_modules, I was able to see that one of my configs looked like { default: [...] } and that told me what to fix, but it would have been handy if the config inspector had said the config looked bad - or at least didn't tell me it was working perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions