1.0.2 • Published 4 years ago

@wok-cli/stylelint-config-wok v1.0.2

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

@wok-cli/stylelint-config-wok

Shared stylelint config for Wok-based templates. Based on stylelint-config-standard and stylelint-scss.

Installation

This plugin requires stylelint>=10.0.0 as peer dependency.

npm i stylelint @wok-cli/stylelint-config-wok --save-dev

Usage

Set your stylelint config to:

{
  "extends": "@wok-cli/stylelint-config-wok"
}