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

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

stylelint configuration for Plesk projects
https://github.com/plesk/stylelint-config

Last synced: 4 months ago
JSON representation

stylelint configuration for Plesk projects

Awesome Lists containing this project

README

          

# Plesk Stylelint Config

Stylelint configuration for Plesk projects

[![NPM version](https://img.shields.io/npm/v/@plesk/stylelint-config.svg)](https://www.npmjs.org/package/@plesk/stylelint-config)
[![NPM Downloads](https://img.shields.io/npm/dm/@plesk/stylelint-config.svg)](https://www.npmjs.org/package/@plesk/stylelint-config)

## Installation
Install a compatible version of stylelint.
```
# with npm:
npm install --save-dev stylelint @plesk/stylelint-config

# with yarn:
yarn add --dev stylelint @plesk/stylelint-config
```

## Usage

Put into your `.stylelintrc`
```json
{
"extends": "@plesk/stylelint-config",
"rules": {
// Add overrides and additional rules here
}
}
```