@aplus-frontend/stylelint-config
v0.0.4
Published
stylelint config preset for aplus team.
Downloads
326
Readme
stylelint config present for Aplus frontend team.
Install
pnpm add @aplus-frontend/stylelint-config -w
Basic Usage
you write the following code in your packages.json
file
{
"stylelint": {
"extends": "@aplus-frontend/stylelint-config"
}
}