eslint / eslint/create-config

Change Request: Remove `eslintrc` support

Open
#223 1 comment 0 reactions 1 assignee Claimed by @lumirlumir View on GitHub
Dominant language
JavaScript
Stars
103
Forks
31
Avg merge
1h 34m
Merged PRs (30d)
3

Description

As of the upcoming ESLint v10, it appears we will drop support for the `eslintrc` mode from core.

As part of that process, I'm proposing to remove `eslintrc` support from the `create-config` package.

There appears to be `eslintrc`-related logic throughout the `create-config` package:

https://github.com/eslint/create-config/blob/61524d16d23998b8714b2e3bdcf5ea45da09a57e/bin/create-config.js#L48

https://github.com/eslint/create-config/blob/61524d16d23998b8714b2e3bdcf5ea45da09a57e/lib/config-generator.js#L55

https://github.com/eslint/create-config/blob/61524d16d23998b8714b2e3bdcf5ea45da09a57e/lib/config-generator.js#L294-L295

https://github.com/eslint/create-config/blob/61524d16d23998b8714b2e3bdcf5ea45da09a57e/lib/config-generator.js#L319-L325

https://github.com/eslint/create-config/blob/61524d16d23998b8714b2e3bdcf5ea45da09a57e/lib/config-generator.js#L338

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.