Skip to content

Lack of support for flat config (default starting in ESLint v9.0.0) #276

Closed
@artus9033

Description

@artus9033

Environment

ESLint $\geqslant 9.0.0$
@callstack/eslint-config ^14.2.0

Description

The config does not work since it does not use flat config, which is the default since ESLint v9.0.0.

It can be worked around by setting the env var ESLINT_USE_FLAT_CONFIG=false, yet it would be good to support the new format, also having backwards-compatible (eslintrc-style) configuration exports.

Reproducible Demo

Upgrade ESLint to $\geqslant 9.0.0$ in any project using eslint-config-callstack and run ESLint.

Metadata

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