Add this dependency to your repository and the stylelint peer-dependency :
npm add --save-dev @iadvize-oss/stylelint-config stylelint
Create a .stylelintrc
file in your project root with this content
{
"extends": [
"@iadvize-oss/stylelint-config"
]
}