1.0.5 • Published 5 years ago

@starlab/stylelint-config v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@starlab/stylelint-config

StarLab StyleLint extensible and sharable configuration.

Usage

Install the configuration as a npm package:

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

# --- OR ---

$ yarn add --dev @starlab/stylelint-config

and then add it as extension in your .stylelintrc.json file:

{
  "extends": ["@starlab/stylelint-config"]
}

The corresponding .stylelintrc.yaml file looks like this:

extends:
  - @starlab/stylelint-config