2.1.0 • Published 10 months ago

@mutoe/stylelint-config v2.1.0

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

stylus/scss + stylelint-config-clean-order = ❤️

Inspired by @cedric-ruiu/stylelint-config

  • Based on Stylelint v16
  • Support lint Sass language (extend stylelint-config-standard-scss)
  • Support lint HTML files (extend stylelint-config-html)
  • Support lint Vue files (including Sass, extend stylelint-config-html)
  • Support Tailwind rules
  • Support UnoCSS rules
  • Logical sorting properties (A reasonably derivative version based on stylelint-config-clean-order)
  • Reasonable defaults, best practices, only one-line of config

Requirements

  • Stylelint v16.0.0 and above

Installation

npm install --save-dev stylelint @mutoe/stylelint-config

yarn add --dev stylelint @mutoe/stylelint-config

pnpm add --save-dev stylelint @mutoe/stylelint-config

bun add --dev stylelint @mutoe/stylelint-config

Usage

Set your stylelint config to:

{
  "extends": "@mutoe/stylelint-config"
}

You can easily extend the config to your needs.