Problems with disabling Stylelint

Hello! when I try to disable stylelint, by commenting out

new StyleLintPlugin({
failOnError: !config.enabled.watcher,
syntax: ‘scss’,
}),

in webpack.config.js the Stylelint does infact disable, but now none of my styling changes has any affect to my project?
Is there something im doing wrong?
Thank you.

This topic was automatically closed after 42 days. New replies are no longer allowed.