1.10.3 • Published 3 years ago

@peter-popluhar/stylelint-reusable-config v1.10.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Stylelint Config

Installation

Install stylelint-reusable-config:

npm install --save-dev @peter-popluhar/stylelint-reusable-config

Then, add "@peter-popluhar/stylelint-reusable-config" to the "extends" array in your .stylelintrc.* file. Make sure to put it last, so it gets the chance to override other configs.

{
  "extends": [
    "some-other-config-you-use",
    "@peter-popluhar/stylelint-reusable-config"
  ]
}
1.2.0

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago