2.0.0 • Published 7 months ago

@bubkoo/stylelint-config v2.0.0

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

stylelint-config

Shared stylelint config for my projects.

Install

npm install --save-dev stylelint @bubkoo/stylelint-config

Usage

.stylelintrc

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