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

https://github.com/aisevim/stylelint-pencil

Set of Stylelint rules :pencil2:
https://github.com/aisevim/stylelint-pencil

Last synced: 5 months ago
JSON representation

Set of Stylelint rules :pencil2:

Awesome Lists containing this project

README

          

🛑 **Important Notice:** This project is no longer actively maintained. 🛑

# stylelint-pencil

Set of Stylelint rules
## Stylelint Ecosystem



Librarie
Description





stylelint-config-standard


The standard shareable config for stylelint





stylelint-config-rational-order



Stylelint config that sorts related property declarations by grouping together in the rational order




stylelint-scss


A collection of SCSS specific linting rules for stylelint




stylelint-high-performance-animation


Stylelint rule for preventing the use of low performance animation and transition properties.




stylelint-declaration-strict-value


Specify properties for which a variable, function, keyword or value must be used.


## Install

```sh
npm install -D stylelint-pencil
```

or

```sh
yarn add -D stylelint-pencil
```

## Usage

Add this config to your `.stylelintrc` or stylelint config inside `package.json`:

```json
{
"extends": [
"stylelint-pencil"
]
}
```