npm.io
1.1.0 • Published 1 year ago

@hidoo/stylelint-config

Licence
MIT
Version
1.1.0
Deps
13
Size
16 kB
Vulns
0
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

@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