@nextds/stylelint-config-next
v2.0.0
Published
The next shareable config for stylelint
Maintainers
Keywords
Readme
NEXT CSS Style Guide
The next shareable config for stylelint
Stylelint shareable configs
Requirements
npm install --save-dev stylelintInstallation
npm install --save-dev @nextds/stylelint-config-nextUsage
Create a .stylelintrc file in your project.
{
"extends": "@nextds/stylelint-config-next",
"rules": {
// Add your rules
}
}