Replies: 2 comments
-
Instead of replacing the inherited overrides, we could extend it by first copying it and the appending the new |
Beta Was this translation helpful? Give feedback.
-
I'm not really sure about this... Using extends inside overrides was one of the reasons why eslint pushed for a flat config. Our configuration is already complex, and we should weigh more complexity very carefully and justify it very well. I am going to close this issue for now because I prefer to not push more complexity on the configuration as a bug fix. As mentioned by Vic, it's a possible breaking change. I will move this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
-
Environment information
What happened?
The
overrides
inbiome.json
overridesoverrides
insome-config.json
specifically, I observe the
package.json
override does not work until I do:Expected result
The
overrides
inbiome.json
concatenatesoverrides
insome-config.json
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions