@hidoo/stylelint-config

1.0.0 • Public • Published

@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

Dependents (0)

Package Sidebar

Install

npm i @hidoo/stylelint-config

Weekly Downloads

77

Version

1.0.0

License

MIT

Unpacked Size

15.5 kB

Total Files

14

Last publish

Collaborators

  • hidoo