1.0.3 • Published 6 years ago

stylelint-config-gigasavvy v1.0.3

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

Stylelint shareable config for Gigasavvy

Installation

yarn add stylelint-config-gigasavvy --dev

Usage

Set your Stylelint config to:

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

To extend the config, simply add a rules key to the config file and add/modify rules as necessary:

{
    "extends": "stylelint-config-gigasavvy",
    "rules": {
        "some-other-rule": true
    }
}
1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago