3.0.2 • Published 1 month ago

stylelint-basebuilder v3.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month 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.

yarn add stylelint stylelint-basebuilder -D

Usage

Load everything

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

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

Override specific rules

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

{
  "extends": [
    "stylelint-basebuilder"
  ],
  "rules": {
    "indentation": 2
  }
}
3.0.2

1 month ago

3.0.1

4 months ago

3.0.0

4 months ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.0

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago