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

https://github.com/godaddy-wordpress/stylelint-config

A repository for CSS and Sass linting rules that have been derived from best practices.
https://github.com/godaddy-wordpress/stylelint-config

Last synced: about 1 year ago
JSON representation

A repository for CSS and Sass linting rules that have been derived from best practices.

Awesome Lists containing this project

README

          

# stylelint-config

A repository for CSS and Sass linting rules that have been derived from best practices.

## The rules `index.js` file

The rules for our style linting are defined in `index.js`.

## Installation

```
npm i --save-dev stylelint @godaddy-wordpress/stylelint-config
```

## Usage

Create a `.stylelintrc` file in the root of your project and extend the config file:

``` json
{
"extends": "@godaddy-wordpress/stylelint-config"
}
```