1.5.0 • Published 3 years ago

@w6s/stylelint-config v1.5.0

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

Stylelint Config of WorkPlusFE

Install

// NPM
npm i stylelint @w6s/stylelint-config -D

// YARN
yarn add stylelint @w6s/stylelint-config --dev

Usage

Create a .stylelintrc.json configuration file in the root of your project:

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