Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.