stylelint-config-nikita
v5.0.0
Published
stylelint config following the nikita (s)css coding guidelines
Downloads
277
Readme
stylelint-config-nikita
This package provides nikitas stylelint-config as an extensible shared config.
Our default export contains all of our stylelint rules. It requires stylelint
and stylelint-order
.
Usage
- Install the correct versions of each package, which are listed by the command:
npm info "stylelint-config-nikita@latest" peerDependencies
Run command like that:
npm install --save-dev stylelint-config-nikita stylelint@^#.#.# stylelint-order@^#.#.#
- Add
"extends": "nikita"
to your stylelint-config or reference index.js as config in your Grunt stylelint task.
Version
The version of this package equals the nikita-css version.
more
You can make sure this module lints with itself using npm run lint
.
See Nikita (S)CSS Styleguide for more information.