1.0.16 ā€¢ Published 12 months ago

stylelint-config-sass-coder-dev v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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-sass-coder-dev

šŸš€ Usage

To use this plugin put in your stylelint config file this lines of codes.

{
  "extends": "stylelint-config-sass-coder-dev"
}