stylelint-config-xop

1.0.1 • Public • Published

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

License (MIT)

Package Sidebar

Install

npm i stylelint-config-xop

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • stewiekillsloiss