1.2.1 • Published 7 years ago

@metahub/stylelint-config v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

stylelint-config

Set of Stylelint shareable config.

npm npm Greenkeeper badge license semantic-release Commitizen friendly

Travis Code Climate Codecov

Installation

$ npm install --save-dev stylelint @metahub/stylelint-config

Usage

Once the @metahub/stylelint-config package is installed, you can use it by specifying the different configs in the extends section of your Stylelint configuration.

{
  'extends': ['@metahub/stylelint-config/scss-config', '@metahub/stylelint-config/order-config'],
  'rules': {
    // Additional, per-project rules...
  }
}

Config files

NameDescriptionExtends
@metahubBase/generic configuration
@metahub/eslint-config/scss-configRules specific to Scss files@metahub
@metahub/eslint-config/order-configRules to order properties@metahub
1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago