Titus
                                            Titus
                                        
                                    That might work 🤔 Rules don’t have access to `settings` though. So that would mean some changes have to land in [`unified-lint-rule`](https://github.com/remarkjs/remark-lint/blob/main/packages/unified-lint-rule/index.js) first.
I think it’s fine to do this. One part is: https://github.com/remarkjs/remark-lint/blob/909d9cceea9007b8d4029c89c2209f428880914b/packages/unified-lint-rule/lib/index.js#L64 which should probably be: ``` }).call(this, tree, file, options) ``` then, `this.data('settings')` could be uses in the rules, based...
Yeah, if this is something you could and would want to work on? I could perhaps also work on it?
Of course, no rush! Can also be in a week or so. Or if you’re not interested, that’s also okay!
Do you have ideas on how to test and document these additions? What are your thoughts on the order in which your PRs should land? And, how about the breaking...
Can you fill out the checklist in the template? :)
Meh, I feel like they’re semantically a different thing? - `Severity` is the number with meaning - `Label` are word that map to certain of those numbers What’s the reason...
@jablko How’s it going here? Can you let me know if you need help or if there’s anything in particular to review?
It’s been a while! @jablko Was this done? Ready for another review? Anything in particular I can help with?
> I think definitions should be sorted within each group. Requiring a list of definitions to be moved to the end could be a separate rule. So the rule would...