@igloosoftware/stylelint-config-igloo

0.2.0 • Public • Published

stylelint-config-igloo

Igloo Stylelint configurations

Prerequisites

Stylelint

Yarn

Installation

Install the following packages as devDependencies:


yarn add --dev @igloosoftware/stylelint-config-igloo stylelint stylelint-order

Notice the stylelint dependencies. If your project uses SASS, you will also need stylelint-scss.

Usage

Full Configurations

This package includes the following complete and ready to use configurations:

  • @igloosoftware/stylelint-config-igloo - The base set of configurations.

Project Setup

To consume just add the extends attribute to your .stylelintrc within your project's root.

{
  "extends": "@igloosoftware/stylelint-config-igloo"
}

If you need to override specific rules within your project, you can do so like this:

{
  "extends": "@igloosoftware/stylelint-config-igloo",
  "rules": {
    "string-quotes": "double",
  }
}

Package Sidebar

Install

npm i @igloosoftware/stylelint-config-igloo

Weekly Downloads

7

Version

0.2.0

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • sgroff04
  • shank-eric
  • yevhenchernenko
  • gkugelmass
  • jbowles
  • iglooadmin