stylelint-config-coder-dev
v1.0.9
Published
My personal stylelint configuration
Downloads
8
Maintainers
Readme
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"
}