Brikcss Stylelint Configuration (CSS)
A stylelint shareable configuration by brikcss.
Contributing • Install • Usage • License
Contributing
We ❤️❤️❤️ contributions of any kind!
Give us a ⭐ on GitHub! And please submit bug reports, feature requests, pull requests, or spread some love to your friends and co-workers!
Read our contributing guidelines and get involved to support this project.
Install
npm install --save-dev @brikcss/stylelint-config-css
Usage
Put in your stylelint config file:
{
"extends": ["@brikcss/stylelint-config-css"]
}
For further documentation, see stylelint configuration, especially the section on extending configs.