This repository has moved to frontend-configs
Please follow the link to open new issues and PRs.
The official style rules for stylesheets written at Sevenval.
npm install --save-dev stylelint-config-sevenval
Create a file named .stylelintrc.json
in your project root with the following
content:
{
"extends": "stylelint-config-sevenval"
}