1.6.1 • Published 11 months ago

@broxus/stylelint-config v1.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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.1

11 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago