@w6s/stylelint-config
v1.5.0
Published
Stylelint config of WorkPlusFE
Downloads
4
Readme
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"]
}