@gotrip/stylelint-config

1.2.0 • Public • Published

Recommended Stylelint configuration to create formatted code with best practices.

Installation

Install the package as development dependency, alongside stylelint package

npm i @gotrip/stylelint-config stylelint -D

or

yarn add @gotrip/stylelint-config stylelint -D

Usage

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

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

or add code below to the package.json

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @gotrip/stylelint-config

    Weekly Downloads

    0

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    17.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • geronimo