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