A repository for CSS and Sass linting rules that have been derived from best practices.
The rules for our style linting are defined in index.js
.
npm i --save-dev stylelint @godaddy-wordpress/stylelint-config
Create a .stylelintrc
file in the root of your project and extend the config file:
{
"extends": "@godaddy-wordpress/stylelint-config"
}