Use yarn to install Stylelint and custom config:
yarn add --dev stylelint @leandromatos/stylelint-config
Create a new .stylelintrc
file with an object containing your settings:
{
"extends": "@leandromatos/stylelint-config"
}
© All rights reserved