4.3.0 ⢠Published 8 months ago
stylelint-config-elegant-coding v4.3.0
Stylelint personal configuration
šØ Warning this repo has rules from bem architecture, but modified to fix my style guides rules.
ā”ļø Requirements
- stylelint >= ^15.5.0
š¦ Installation
Run this command to install stylelint and the plugin.
pnpm i -D stylelint-config-coder-dev
š Usage
To use this plugin put in your stylelint config file this lines of codes.
{
"extends": "stylelint-config-coder-dev"
}