0.1.1 • Published 4 months ago

@azat-io/stylelint-config v0.1.1

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

Stylelint Config

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.