README
@blueberrypie/stylelint-config
Installation
- Install:
npm install --save-dev stylelint @blueberrypie/stylelint-config
- Add the following to
package.json:
{
"scripts": {
"fix:styles": "stylelint \"**/*.css\" --ignore-path .lintignore --cache --fix",
"lint:styles": "stylelint \"**/*.css\" --ignore-path .lintignore --max-warnings 0 --cache"
},
"stylelint": {
"extends": "@blueberrypie/stylelint-config"
}
}
- Add the following to
.lintignore, adjusted as needed:
build/