This is the base Stylelint configuration used to enforce coding standards for styles in ORO's projects.
- Add the configuration to your dev dependencies:
npm install --save-dev stylelint @oroinc/oro-stylelint-config
- Extend the config in your
.stylelintrc
:
{
"extends": "@oroinc/oro-stylelint-config"
}