0.1.2 • Published 2 years ago

stylelint-config-goodbyte-styleguide v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A Stylelint configuration following the Goodbyte Styleguide.

For more information, the rational behind the rules, or to contribute, see the project on Github. Report any problems, or requests, to Issues.

Installation

Install the latest version of the config:

npm install stylelint-config-goodbyte-styleguide --save-dev

Then, add it to your .stylelintrc file:

{
    "extends": [ "stylelint-config-goodbyte-styleguide" ]
}