Category "stylelint"

StyleLint - Ignore specific folders and files

I'm using StyleLint with Webpack. My current Webpack configuration is: module.exports.styleLint = (isProd = false) => { const options = { configFile:

How do I set stylelint to fix errors automatically?

stylelint *.css --fix not working as expect. Error reporting works well but a file is not fixed. package.json { "devDependencies": { "stylelint": "^11.1