1.0.0 • Published 6 years ago

stylelint-config-pandora v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

stylelint-config-pandora

This sharable stylelint config extend stylelint-config-standard, override some rules for CSS MODULE support.

The list of support for CSS MODULE rules are:

  • property: composes

  • pseudo-class: :global, :local

Other override rules are:

  • 'string-quotes': 'single'

  • 'number-leading-zero': 'never'

Usage

  • Install the package
  npm i -D stylelint-config-pandora
  • And config it
  "extends": "stylelint-config-pandora"

Contribute

Please feel free to commit any of issues and PRs.

You must comply with Conventional Commits for your commits and PRs.

License

MIT