mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
More simplification/preparations for nested configurations: 1. renames `LinterBuilder` to `ConfigStoreBuilder` 2. moves the `options` logic out of `LintBuilder` 3. make `ConfigStoreBuilder::build()` return a result (currently always returns OK, but it will return errors when nested config is implemented The next steps to implement nested config which i hope to do in the next week are: 1. refactor the `from_oxlintrc` to accept a file path 2. introduce a new method on `ConfigStoreBuilder` (name TBC) that walks all child directories, collecting `.oxlintrc` files. these will be put into `ConfigStore` as a hash map of path > config. |
||
|---|---|---|
| .. | ||
| benches | ||
| codspeed | ||
| src | ||
| Cargo.toml | ||
| README.md | ||