2.0.0 • Published 6 years ago

stylelint-config-crowdlab v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 years ago

stylelint-config-crowdlab

Stylelint configuration used by CrowdLab

Currently based on stylelint-config-standard with some additions:

Usage in CrowdLab UI

The easiest way to use this configuration is by copying the package boilerplate, which includes it by default. You don't need to install it separately in CrowdLab UI projects.

Usage Outside of CrowdLab UI

If you want to use this package outside of the CrowdLab UI project, you can install and use it with the following steps.

Install

yarn add -D stylelint-config-crowdlab

Usage

Create a file named .stylelintrc with following contents in the root folder of your project:

{
  "extends": "stylelint-config-crowdlab",
  "rules": {
    // Add overrides and additional rules here
  }
}

That's it! You can override the settings from stylelint-config-crowdlab by editing the .stylelintrc file. Learn more about configuring stylelint on the stylelint documentation.

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.22

7 years ago

0.3.0

7 years ago

0.1.0

7 years ago

0.0.20

7 years ago

0.0.10

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago