silverstripe / silverstripe-gridfield-bulk-editing-tools

Silverstripe CMS GridField components for bulk upload and bulk record edit, unlink & delete :package::boom:
BSD 3-Clause "New" or "Revised" License
88 stars 81 forks source link

MNT Replace sass-lint with stylelint #275

Closed sabina-talipova closed 6 months ago

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