Kilian McMahon

Results 4 comments of Kilian McMahon

Is there any chance someone could take a look at this?

Is there anything I can do to move this along, even if it's going to be rejected?

Looking at the Stylelint docs says that the following should work: ``` { "rules": { "block-opening-brace-newline-after": "always-multi-line", "block-closing-brace-newline-before": "always-multi-line" } } ``` Here's the quote from [the FAQs](https://stylelint.io/user-guide/faq/#how-do-i-disallow-single-line-blocks) > To...

This doesn't fully address the problem but for people who don't mind re-running the function if you add/remove/re-order rows, this works pretty nicely. Certainly sorted my needs so I figured...