1.17.4 • Published 4 months ago

@lincy/stylelint-config v1.17.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@lincy/stylelint-config

Installation

npm install --save-dev @lincy/stylelint-config
pnpm install -D @lincy/stylelint-config

Usage

Set your stylelint config to:

{
  "extends": "@lincy/stylelint-config"
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

For example, to turn off the scss/dollar-variable-pattern rule:

{
  "extends": "@lincy/stylelint-config",
  "rules": {
    "scss/dollar-variable-pattern": null
  }
}
1.17.4

4 months ago

1.17.3

5 months ago

1.17.2

5 months ago

1.17.1

5 months ago

1.17.0

5 months ago

1.16.1

5 months ago

1.16.0

5 months ago

1.15.11

5 months ago

1.15.10

1 year ago