Jekyll+Webpack: Stylelint not working?

Hi everyone!

I’m new on Jekyll, but already love it! I also wanted to improve (?) assets management by plugging it with a Webpack 4. By this way, I would be able to have some extra-features: PostCSS Autoprefixer, ES6 support, SASS and JS linters…
Everything seems working fine, except for my Stylelint configuration. I can’t understand why it isn’t working: I got no errors, even if I do things like font-size:1jon, which should return an unit error.
Would someone have any idea on how to solve this issue? Here is my repository: https://gitlab.com/soykje/ssg-boilerplate

Thx in advance!

My mistake: Paths in Stylelint plugin were wrong… So everythin is fine now, if anyone wants to check: https://gitlab.com/soykje/ssg-boilerplate/ :slight_smile: