silverstripe / silverstripe-userforms

UserForms module provides a visual form builder for the Silverstripe CMS. No coding required to build forms such as contact pages.
BSD 3-Clause "New" or "Revised" License
135 stars 225 forks source link

MNT Replace sass-lint with stylelint #1282

Closed sabina-talipova closed 5 months ago

sabina-talipova commented 5 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