Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercari/stylelint-config-mercari
The shareable config for @stylelint by @mercari.
https://github.com/mercari/stylelint-config-mercari
frontend stylelint stylelint-config
Last synced: 8 days ago
JSON representation
The shareable config for @stylelint by @mercari.
- Host: GitHub
- URL: https://github.com/mercari/stylelint-config-mercari
- Owner: mercari
- Created: 2017-06-08T05:13:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:18:59.000Z (3 months ago)
- Last Synced: 2024-10-30T23:49:50.483Z (18 days ago)
- Topics: frontend, stylelint, stylelint-config
- Language: CSS
- Homepage: https://www.npmjs.com/stylelint-config-mercari
- Size: 4.19 MB
- Stars: 3
- Watchers: 23
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-config-mercari ![GitHub Actions Status](https://github.com/mercari/stylelint-config-mercari/workflows/test/badge.svg?branch=main)
> The shareable config for stylelint by mercari.
## Install
```bash
npm install --save-dev stylelint-config-mercari
```## Usage
Set your `stylelint` config to:
```json
{
"extends": "stylelint-config-mercari"
}
```## Example
See `test/sample.postcss`.
## License
Copyright 2018 Mercari, Inc.
Licensed under the MIT License.