1.6.0 • Published 1 month ago

@broxus/stylelint-config v1.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Recommended Stylelint configuration to create formatted code with best practices.

Installation

Install the package as development dependency, alongside stylelint package

npm i @broxus/stylelint-config stylelint -D

or

yarn add @broxus/stylelint-config stylelint -D

Usage

Create the .stylelintrc file in the root directory of your project and put code below to the file

{
    "extends": [
        ...
        "@broxus/stylelint-config",
        ...
    ],
    "rules": {
        // ...your own custom rules and overrides
    }
}

or add code below to the package.json

{
    ...
    "stylelint": {
        "extends": ["@broxus/stylelint-config"]
    },
    ...
}
1.6.0

1 month ago

1.5.0

3 months ago

1.4.0

9 months ago

1.3.0

11 months ago

1.2.3

11 months ago

1.2.2

12 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago