Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascalduez/stylelint-config-gandi
https://github.com/pascalduez/stylelint-config-gandi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalduez/stylelint-config-gandi
- Owner: pascalduez
- License: unlicense
- Created: 2016-08-31T07:44:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T09:06:58.000Z (over 7 years ago)
- Last Synced: 2024-10-19T01:39:43.443Z (2 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# stylelint-config-gandi
> Gandi's Stylelint config.
## Installation
```
npm install stylelint stylelint-config-gandi --save-dev
```## Usage
```json
{
"extends": [
"stylelint-config-gandi"
],
"rules": {
[...]
}
}
```## Credits
* [Pascal Duez](https://github.com/pascalduez)
## Licence
stylelint-config-gandi is [unlicensed](http://unlicense.org/).
[npm-url]: https://www.npmjs.org/package/stylelint-config-gandi
[npm-image]: http://img.shields.io/npm/v/stylelint-config-gandi.svg?style=flat-square
[travis-url]: https://travis-ci.org/pascalduez/stylelint-config-gandi?branch=master
[travis-image]: http://img.shields.io/travis/pascalduez/stylelint-config-gandi.svg?style=flat-square
[stylelint]: https://github.com/stylelint/stylelint
[stylelint-config-standard]: https://github.com/stylelint/stylelint-config-standard
[stylelint-config-css-mobules]: https://github.com/pascalduez/stylelint-config-css-modules
[css modules]: https://github.com/css-modules/css-modules