Shawn Allen
Shawn Allen
I couldn't find any reference to this in other issues, but would/could this address the desire to treat data files as collections, so that you could have, for instance, a...
@ffes: > So far, so good... But this cannot be done > > ```liquid > > ``` Something like this should work, unless 4.0 uses a radically different version of...
> Isn't it the same as modifying CLI command? What I'm proposing is that `--rule` would _disable_ all the other rules so that you could focus on a single one....
> It will be confusing for people who use [`--rule`](https://eslint.org/docs/user-guide/command-line-interface#--rule) in ESLint. There `--rule` specify a rule. Ah yeah, good point. 🤔 If you're still open to this idea, I'd...
Some naming ideas: - `loadConfig()` seems like a suitable name, generally speaking. - `resolveConfig()` suggests that you'll be getting back a "resolved" config, which seems more specific than just a...
@kaihendry I came across this issue and hunted down a fix. Lighthouse CI respects the `LHCI_GITHUB_TOKEN` environment variable, so if you have a secret of the same name you can...
For anyone tracking this issue and who doesn't have the time to figure out a solution, [microlink](https://microlink.io/insights) can scrape public sites and generate public reports. You just have to construct...
FWIW, I’ve built something like this into our monolithic [stylelint-config-primer](/primer/stylelint-config-primer)’s new [`primer/variables` rule](https://github.com/primer/stylelint-config-primer/blob/master/plugins/README.md). I’m AFK right now so I can’t get too into it, but if anyone would be interested...
I just want to +1 this request, which could possibly be wrapped up into #1123. I think deployment environments (rather than branches) would be the way to do this, and...
Hi guys, pull requests are much appreciated. I'm taking care of a newborn right now and don't have solid stretches of time to fix these issues. Thanks for looking out!