https://github.com/brikcss/stylelint-config-css
CSS stylelint shareable configuration by brikcss.
https://github.com/brikcss/stylelint-config-css
Last synced: 9 months ago
JSON representation
CSS stylelint shareable configuration by brikcss.
- Host: GitHub
- URL: https://github.com/brikcss/stylelint-config-css
- Owner: brikcss
- License: mit
- Created: 2017-11-13T23:56:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T19:52:19.000Z (over 5 years ago)
- Last Synced: 2025-04-02T21:36:42.659Z (9 months ago)
- Language: JavaScript
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](./CONTRIBUTING.md) and get involved to support this project.**
## Install
```bash
npm install --save-dev @brikcss/stylelint-config-css
```
## Usage
Put in your stylelint config file:
```json
{
"extends": ["@brikcss/stylelint-config-css"]
}
```
For further documentation, see [stylelint configuration](https://stylelint.io/user-guide/configuration/), especially the [section on extending configs](https://stylelint.io/user-guide/configuration/#extends).
## License
[See License](LICENSE.md).