0.0.14 • Published 8 months ago

stylelint-config-ts v0.0.14

Weekly downloads
-
License
-
Repository
github
Last release
8 months 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.14

8 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago