stylelint-config-mirego
Installation
npm i -D stylelint-config-mirego
Usage
If you’ve installed stylelint-config-mirego
locally within your project, just set your stylelint config to:
{
"extends": "stylelint-config-mirego"
}
Non-Sass Users
We have one rule that enforces the use of a Sass feature. If you don’t use Sass, you must disable that rule:
{
"extends": "stylelint-config-mirego",
"rules": {
"mirego/prefer-sass-rgba-function": null
}
}
License
stylelint-config-mirego
is © 2018 Mirego and may be freely distributed under the New BSD license.
See the LICENSE.md
file.
About Mirego
Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.