The base Stylelint config for Jibrel Network projects
npm install stylelint-config-jibrelnetworkThis is the base stylelint config for Jibrel Network projects.
``bash`
npm i -D stylelint stylelint-config-jibrelnetwork
In your .stylelintrc file:`json``
{
"extends": ["stylelint-config-jibrelnetwork"]
}