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:
- Host: GitHub
- URL: https://github.com/aisevim/stylelint-pencil
- Owner: aisevim
- License: mit
- Created: 2021-10-13T18:21:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T00:02:36.000Z (over 2 years ago)
- Last Synced: 2025-07-30T03:57:37.757Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
]
}
```