stylelint-config-shyp
v0.2.0
Published
An stylelint configuration for Shyp projects
Downloads
3
Readme
eslint-config-shyp
A baseline for stylesheet linting projects using stylelint.
Usage
Install via:
$ npm install --save-dev stylelint stylelint-config-shyp
.stylelintrc:
{
"extends": "stylelint-config-shyp"
}
Makefile:
stylelint:
$$(npm bin)/stylelint 'src/**/*.scss' --config .stylelintrc --syntax scss