stylelint-config-mirego

2.3.0 • Public • Published

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.

Package Sidebar

Install

npm i stylelint-config-mirego

Weekly Downloads

459

Version

2.3.0

License

BSD-3-Clause

Unpacked Size

7.33 kB

Total Files

4

Last publish

Collaborators

  • charles_demers
  • remi
  • mirego-dev
  • joeybg