stylelint-config-mirego
v2.3.0
Published
๐ The shareable stylelint configuration we use at Mirego
Downloads
1,654
Readme
stylelint-config-mirego
๐ The shareable stylelint configuration we use at 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.