1.0.0 • Published 20 days ago

@hidoo/stylelint-config v1.0.0

Weekly downloads
20
License
MIT
Repository
-
Last release
20 days ago

@hidoo/stylelint-config

Test

Shareable stylelint config for my projects.

Installation

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

Usage

Basic rules for CSS syntax

{
  "extends": ["@hidoo/stylelint-config"]
}

Basic rules with the order of properties

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+order"]
}

Basic rules with the browser compatibility check

{
  "extends": [
    "@hidoo/stylelint-config",
    "@hidoo/stylelint-config/+compatibility"
  ]
}

Basic rules with the performance check

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+performance"]
}

Basic rules with SCSS syntax

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+scss"]
}

Test

$ pnpm test

License

MIT