stylelint config preset for aplus team.
npm install @aplus-frontend/stylelint-configstylelint config present for Aplus frontend team.
``bash`
pnpm add @aplus-frontend/stylelint-config -w
you write the following code in your packages.json file
`json``
{
"stylelint": {
"extends": "@aplus-frontend/stylelint-config"
}
}