0.10.0 • Published 2 years ago
stylelint-config-tidy v0.10.0
stylelint-config-tidy 
Stylelint shareable config for Tidy style
Why?
- Consistency.
- Clarity.
- Simplicity.
Install
npm install stylelint stylelint-config-tidy --save-devUsage
Add some Stylelint config to your package.json:
{
"stylelint": {
"extends": "stylelint-config-tidy"
}
}Related
- eslint-config-tidy - ESLint shareable config for Tidy style
Contributing
See our contributing guidelines for more details.
- Fork it.
- Make a feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
License
Go make something, dang it.