@trague/stylelint-config
v0.0.2
Published
A shareable stylelint configuration object for *.vue, *.scss, *.css.
Readme
@trague/stylelint-config
A shareable stylelint configuration object for
*.vue,*.scss,*.css.
Install
⚠️ You don't need to install
stylelintsince this package already does that for you.
npm install --save --dev @trague/stylelint-configUsage
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"]
}