silverstripe / silverstripe-blog

Blog module for Silverstripe CMS
http://silverstripe.org/blog-module
BSD 2-Clause "Simplified" License
103 stars 169 forks source link

MNT Replace sass-lint with stylelint #752

Closed sabina-talipova closed 6 months ago

sabina-talipova commented 7 months ago

Description

Stylelint has about 100 rules, which are turned on by default (See). This PR removed support of old sass-lint and implemented new stylelint. New file .stylelintrc.yml add some configuration for default rules and also turn off some rules that we doesn't support. Probably they required additional review.

Issues