5.1.0-alpha1 • Published 4 months ago

@oroinc/oro-stylelint-config v5.1.0-alpha1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@oroinc/oro-stylelint-config

This is the base Stylelint configuration used to enforce coding standards for styles in ORO's projects.

Usage

  1. Add the configuration to your dev dependencies:
npm install --save-dev stylelint @oroinc/oro-stylelint-config
  1. Extend the config in your .stylelintrc:
{
   "extends": "@oroinc/oro-stylelint-config"
}