Commits
Click on a commit to change the comparison rangefix(linter): support nested extending (#9472)
- part of https://github.com/oxc-project/oxc/issues/9307
Allows for using the `extends` keyword to chain multiple extended config files together: for example, a package config that extends a base config that extends a config from `node_modules` and so on.
I don't really love what we're having to do here with using both `override_rules` and `ConfigStoreBuilder.with_rule`. I think there is a refactoring opportunity to merge some functionality together here, but I don't want to refactor and optimize before we have a more comprehensive test suite.10 months ago
by camchenry