0.1.0 • Published 9 years ago
stylelint-config-ticketfly v0.1.0
stylelint-config-ticketfly
Ticketfly's stylelint configuration.
Installation
npm install stylelint-config-ticketflyUsage
In your .stylelintrc file, extend this config:
{
"extends": "stylelint-config-ticketfly"
}Extending the Config
Simply add a "rules" key to your config and add your overrides there.
For example, to change string-quotes to single and turn off the max-empty-lines rule:
{
"extends": "stylelint-config-suitcss",
"rules": {
"string-quotes": "single",
"max-empty-lines": null
}
}Contributing
Versioning
This project uses the npmpub package to help automate the steps involved
with publishing package versions to npm. Because npmpub encourages manual
updating of the CHANGELOG and the package.json version, you'll need to handle
those first, commit with the message
"released x.x.x" and then run npm run release.
Changelog
License
0.1.0
9 years ago