@drivy/stylelint-config
v1.1.6
Published
Shareable stylelint config for Drivy's projects
Downloads
27
Keywords
Readme
@drivy/stylelint-config
Shareable stylelint config for Drivy's projects.
$ yarn add -D @drivy/stylelint-config
Usage
In a .stylelintrc.json
:
{
"extends": "@drivy/stylelint-config"
}
Or in order to be extended, in a .stylelintrc.js
:
module.exports = {
extends: "@drivy/stylelint-config"
}