@oroinc/oro-stylelint-config
v6.1.0-lts002
Published
Stylelint config used by ORO
Keywords
Readme
@oroinc/oro-stylelint-config
This is the base Stylelint configuration used to enforce coding standards for styles in ORO's projects.
Usage
- 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"
}