0.0.8 • Published 1 year ago

stylelint-config-ts v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

stylelint-config-ts

Thought Shop shareable configuration for Stylelint.

This config:

  • extends the stylelint-config-standard-scss

To see the rules that this config uses, please read the config itself.

Installation

yarn add --dev stylelint-config-ts

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-ts"
}

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": "stylelint-config-standard-scss",
  "rules": {
    "scss/dollar-variable-pattern": null
  }
}
0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago