Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xojs/stylelint-config-xo
Stylelint shareable config for XO
https://github.com/xojs/stylelint-config-xo
css linting stylelint stylelint-config xo
Last synced: 11 days ago
JSON representation
Stylelint shareable config for XO
- Host: GitHub
- URL: https://github.com/xojs/stylelint-config-xo
- Owner: xojs
- License: mit
- Created: 2017-10-31T19:18:55.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:11:57.000Z (7 months ago)
- Last Synced: 2024-05-02T07:02:45.422Z (7 months ago)
- Topics: css, linting, stylelint, stylelint-config, xo
- Language: JavaScript
- Size: 68.4 KB
- Stars: 41
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# stylelint-config-xo
> [Stylelint](https://stylelint.io) shareable config for [XO](https://github.com/xojs/xo)
## Install
```sh
npm install --save-dev stylelint-config-xo
```## Usage
Add the following to your [Stylelint config](https://stylelint.io/user-guide/configuration/):
```json
{
"extends": "stylelint-config-xo"
}
```## Related
- [stylelint-config-xo-space](https://github.com/xojs/stylelint-config-xo-space) - Stylelint shareable config for XO with 2-space indent
- [stylelint-config-xo-scss](https://github.com/xojs/stylelint-config-xo-scss) - Stylelint shareable config for XO with Sass support
- [xo](https://github.com/xojs/xo) - JavaScript linter