fix: Remove name property from all and recommended configs#200
fix: Remove name property from all and recommended configs#200fasttime merged 2 commits intoeslint:mainfrom
Conversation
|
thanks for the PR. However, this package is frozen except for critical bug fixes as ESLint moves to a new config system. I don't think the change qualify. Let's see what other team members think. @eslint/eslint-team |
|
The |
|
I think the goal of this pull request is to fix the issue with
|
aladdin-add
left a comment
There was a problem hiding this comment.
LGTM, thanks! Would like another review before merging.
Prerequisites checklist
What is the purpose of this pull request?
PR #20015 adds a
nameproperty toeslint:allandeslint:recommended. However, this will cause issues because these configs are still used in eslintrc, which does not support anameproperty and will throw an error.What changes did you make? (Give an overview)
I updated
FlatCompatto strip thenameproperty from these configsRelated Issues
Is there anything you'd like reviewers to focus on?
No