Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Support legacy config system #4

@Amnish04

Description

@Amnish04

This plugin currently only supports the new eslint config system that uses an eslint.config.js file.

Even though the legacy config system with .eslintrc* files is discontinued in eslint 9.0.0, it might still be used in many older projects.

Therefore, it would be good to support the legacy config system as well to make this plugin accessible to such projects.

We could look at how eslint-plugin-react does it for reference.

https://github.com/jsx-eslint/eslint-plugin-react/blob/dd2e9681bca4c20fa184c5bbaca3090ec51d8d7a/index.js#L28-L32

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions