Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moxio/stylelint-config-moxio
The standard shareable config for stylelint used at Moxio.
https://github.com/moxio/stylelint-config-moxio
css stylelint stylelint-config
Last synced: 3 days ago
JSON representation
The standard shareable config for stylelint used at Moxio.
- Host: GitHub
- URL: https://github.com/moxio/stylelint-config-moxio
- Owner: Moxio
- License: mit
- Created: 2018-02-23T12:39:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:57:04.000Z (10 months ago)
- Last Synced: 2024-12-24T02:09:58.693Z (3 days ago)
- Topics: css, stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](http://img.shields.io/npm/v/stylelint-config-moxio.svg)](https://www.npmjs.org/package/stylelint-config-moxio)
stylelint-config-moxio
======================
The standard shareable config for [stylelint](https://github.com/stylelint/stylelint) used at Moxio.Installation
------------```bash
npm install stylelint-config-moxio
```Usage
-----
If you've installed `stylelint-config-moxio` locally within your project, just set your `stylelint` config to:```json
{
"extends": "stylelint-config-moxio"
}
```If you've globally installed `stylelint-config-moxio` using the `-g` flag, then you'll need to use the absolute path to `stylelint-config-moxio` in your config e.g.
```json
{
"extends": "/absolute/path/to/stylelint-config-moxio"
}
```Extending the config
--------------------
Simply add a `"rules"` key to your config, then add your overrides and additions there.License
-------
This plugin is released under the MIT license.