Jake Bailey

Results 1415 comments of Jake Bailey

I also forgot to mention again that one of DT's main features is "self service", where a given package can have owners that are allowed to approve PRs to their...

> How is this initiated? Are people already in the package directory and then run `npm run lint`? Or are they running it from some other location? At the moment,...

> However, I'm unclear on how many monorepos prefer to lint the entire repo, in which case one config file at the root makes a lot of sense, as opposed...

I think that's a prety compelling idea, though I'm not 100% certain on having another config file (but I don't know how one could avoid that). > 1. We define...

> If we did this for flat config, without doing any of the subdirectory merging, would that work for you? (Meaning, we search for `eslint.config.js` starting from each file being...

Thanks; I think these are compelling changes. > Merge ancestor directory configs from the file being linted. This one hurts my heart a bit but I understand what you're saying....

Yes, I was trying to keep my commentary more general to avoid overfitting for DT and potentially not cover / miscover other monorepo use cases. I've personally heard feedback from...

Just so I'm clear on what option 1 means, does this also imply multi-config loading such that linting two files with two different configs works, or is it still one...

FWIW you probably want to wait for 5.4.4, just because it has some critical bugfixes.