2.0.1 • Published 9 months ago

@lincy/stylelint-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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
  }
}
2.0.1

9 months ago

2.0.0

10 months ago

1.17.4

1 year ago

1.17.3

2 years ago

1.17.2

2 years ago

1.17.1

2 years ago

1.17.0

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.15.11

2 years ago

1.15.10

2 years ago