@xerox/stylelint-config
v3.0.7
Published
Stylelint shareable configuration for Xerox projects.
Downloads
16
Readme
@xerox/stylelint-config
Stylelint shareable configuration for Xerox projects.
Usage
- Install this config and stylelint as a
devDependency
:
yarn add stylelint @xerox/stylelint-config --dev
# or
npm install stylelint @xerox/stylelint-config --save-dev
- Add the following to your
package.json
:
{
// ...
"stylelint": {
"extends": "@xerox/stylelint-config"
}
// ...
}