@azat-io/stylelint-config

0.1.1 • Public • Published

Stylelint Config

Stylelint

Version

Stylelint sharable config.

See docs for a list of all rules.

Installation

  1. Install package:
pnpm add --save-dev stylelint @azat-io/stylelint-config stylelint-config-recess-order stylelint-gamut stylelint-plugin-logical-css stylelint-order
  1. Create ESLint configuration file .stylelintrc:
{
  "extends": "@azat-io/stylelint-config"
}
  1. Add script for package.json:
{
  "scripts": {
    "lint": "stylelint **/*.css",
  }
}

See also

License

MIT © Azat S.

Package Sidebar

Install

npm i @azat-io/stylelint-config

Weekly Downloads

18

Version

0.1.1

License

MIT

Unpacked Size

6.22 kB

Total Files

4

Last publish

Collaborators

  • azat-io