Skip to content

Add Gulp Stylelint scss Plugin

Matej Latin requested to merge ddiddi:gulp_stylelint_scss_plugin into master

Created by: ddiddi

#26 (closed)

This commit adds the Gulp and Stylelint dependency parameters in package.json, Sets up the configure files gulpfile.js (which is similar to Grunt's Gruntfile.js) and adds rules (I need help with this part).

The default yml rule config provided by scss-lint is far more comprehensive that the basic .stylelintrc.yaml file in this commit. I was not able to find a one-to-one mapping for all the linting rules in the scss-lint yml config for the .stylelintrc.yaml file.

Currently on executing 'gulp' it produces some errors with CSS indentation and Syntax issues which may be due to the rules.

Merge request reports