vdumbrav / stylelint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

License:MIT License


Languages

Language:CSS 72.1%Language:JavaScript 27.9%