developer-stylechain / gulp-stylelint

Gulp plugin for running Stylelint results through various reporters.
MIT License
14 stars 4 forks source link

Update to stylelint 16 #11

Open bpfoster opened 8 months ago

bpfoster commented 8 months ago

Stylelint 16 had quite a few changes This includes what appears to be the minimally required changes for v16 compatibility. Note that CommonJS is deprecated in stylelint 16. This does not update gulp-stylelint to ESM, but that will need to happen before v17. Deprecation warnings related to CommonJS will be logged to the console. You can disable these via the quietDeprecationWarnings flag, but this seems overly aggressive to me.

The following changes were made in order for v16 compatibility:

fixes #10