Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 246 Bytes

Stylelint Config DEV KIT

A Stylelint shareable config

Install

npm i stylelint stylelint-config-dev-kit

Usage

Add to your stylelint configuration to .stylelintrc

{
    "extends": "stylelint-config-dev-kit"
}