stylelint-config-pandora
v1.0.0
Published
A stylelint rule preset for pandorankjs project.
Downloads
5
Maintainers
Readme
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
: composespseudo-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