1.5.99 • Published 6 years ago

stylelint-rodesk v1.5.99

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Semantic rules for your CSS

Code should always be written in such a way that makes it look like a single person wrote it, no matter how many people have contributed and that is the purpose of this set of rules powered by stylelint.

Installation

You need to have stylelint and this config as part of your devDependencies.

npm i stylelint stylelint-rodesk -D

Usage

Load everything

To use all the rules all at once add stylelint-rodesk to your extends property in .stylelintrc.

{
  "extends": [
    "stylelint-rodesk"
  ]
}

Override specific rules

To override the rules set by stylelint-rodesk you need to define your own rules and set them as shown below.

{
  "extends": [
    "stylelint-rodesk"
  ],
  "rules": {
    "indentation": 2
  }
}
1.5.99

6 years ago

1.5.9

6 years ago

1.5.8

6 years ago

1.5.7

6 years ago

1.5.6

6 years ago

1.5.5

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago