1.0.3 • Published 8 years ago
stylelint-config-gigasavvy v1.0.3
Stylelint shareable config for Gigasavvy
Installation
yarn add stylelint-config-gigasavvy --devUsage
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
}
}