@trague/stylelint-config
v0.0.2
Published
A shareable stylelint configuration object for *.vue, *.scss, *.css.
Downloads
2
Readme
@trague/stylelint-config
A shareable stylelint configuration object for
*.vue
,*.scss
,*.css
.
Install
⚠️ You don't need to install
stylelint
since this package already does that for you.
npm install --save --dev @trague/stylelint-config
Usage
Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:
{
"extends": ["@trague/stylelint-config"]
}