Re: [Koha-devel] Updating SCSS lint process to use stylelint

2022-07-21 Thread Owen Leonard
> I'd like to propose replacing .scss-lint.yml with .stylelintrc.json, > transferring > most of the same rules. Thanks for the feedback everyone. I'll work on a patch for the lint config and also one to add stylelint to the CSS build workflow. -- Owen ___

Re: [Koha-devel] Updating SCSS lint process to use stylelint

2022-07-21 Thread Tomas Cohen Arazi
Hi Owen! If the tool is deprecated, let's find another one. I'll follow your lead on this matter. El mié, 20 jul 2022 7:34, Renvoize, Martin escribió: > I'm in a similar camp to David, though I have touched it a few times here > and there.. I wasn't aware of a linter, but would take your lead O

Re: [Koha-devel] Updating SCSS lint process to use stylelint

2022-07-19 Thread Renvoize, Martin
I'm in a similar camp to David, though I have touched it a few times here and there.. I wasn't aware of a linter, but would take your lead Owen, I like linters and tidies in general.. having consistent code is clearer code in my book. On Tue, 19 Jul 2022, 4:36 pm BFL Catalog, wrote: > What exact

Re: [Koha-devel] Updating SCSS lint process to use stylelint

2022-07-19 Thread BFL Catalog
What exactly is stylelint? Is this what you get after washing clothes too many times? You know the laundry lint builds up so much it cramps your style! Wendy Sharkey Head of Circulation/ Cataloging and IT Bennington Free Library 101 Silver Street Bennington, VT 05201 (802) 442-9051 On Tue, Jul 1

Re: [Koha-devel] Updating SCSS lint process to use stylelint

2022-07-19 Thread Paul Derscheid
Hi Owen, I recently played around with the SCSS to create a more minimalist version of the bootstrap OPAC for LMSCloud. I used the predefined rules and I think they’re reasonable choices (Although I didn’t cross every rule for sure). Looking forward to stylint in Koha which I already use for so