Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prestashop/stylelint-config

Default stylelint configuration used by Prestashop
https://github.com/prestashop/stylelint-config

configuration hacktoberfest stylelint

Last synced: 1 day ago
JSON representation

Default stylelint configuration used by Prestashop

Awesome Lists containing this project

README

        

# stylelint-config-prestashop [![npm version](https://img.shields.io/npm/v/stylelint-config-prestashop.svg)]
Default stylelint config used by Prestashop.

## Installation

```bash
npm install stylelint-config-prestashop --save-dev
```

## Usage

Extend it in your configuration:

```json
{
"extends": "stylelint-config-prestashop"
}
```