stylelint-config-xop
v1.0.1
Published
shareable stylelint configuration
Downloads
7
Maintainers
Readme
stylelint-config-xop
Configuration for Stylelint with SCSS syntax.
Compliant with version 4.4.0.
Why
The configuration was build in order to support CSS Codeguide.
... code guide is designed for experienced developers in the first place, but hopefully could be a great source of knowledge for the beginners. Basically this documentation is about how to work in team with 250+ style files and feel comfortable about that ...
Please notice, that some codestyle rules are not supported yet.
Refer to this issue to stay tuned.
Install
$ npm install --save-dev stylelint-config-xop
Usage
In your .stylelintrc
or config.json
:
{
"extends": "stylelint-config-xop",
"rules": {
}
}
More info in official docs.
All others
You can run tests and check if current version of Stylelint is compliant with the current config:
$ npm test
Put your *.scss
in /examples
folder and lint them along with the present files:
$ npm run lint