stylelint-suitcss-rules

2.0.3 • Public • Published

stylelint-suitcss-rules

This [stylelint] configuration validates that your SCSS files follow the SuitCSS naming conventions (probably with some custom adjustments).

I encourage you to have a llok at src/index.js to see all the rules.

Installation

npm install --save-dev stylelint-suitcss-rules

Usage

Add this configuration to the end of your extends array inside .stylelintrc.

This package already extends stylelint-config-sass-guidelines and must be used with Sass/Scss files.

{
  "extends": [
    // ...some other shareable Stylelint configuration
    "stylelint-suitcss-rules"
  ],

  "rules": {
    // ...your own custom rules and overrides
  }
}

Package Sidebar

Install

npm i stylelint-suitcss-rules

Weekly Downloads

6

Version

2.0.3

License

ISC

Unpacked Size

3.8 kB

Total Files

4

Last publish

Collaborators

  • qmorel