1.0.0 • Published 4 years ago

@hpi-schul-cloud/stylelint-config v1.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
4 years ago

@hpi-schul-cloud/stylelint-config

npm (scoped)

Getting Started

1. Installation

Using npm:

  npm install -D @hpi-schul-cloud/stylelint-config

Using Yarn:

  yarn add @hpi-schul-cloud/stylelint-config --dev

2. Usage

  • Create a new file and name it as stylelint.config.js
  • Just extend @hpi-schul-cloud/stylelint-config
{
  "extends": "stylelint-config-standard",
  // enter your custom rules here
}

Learn more on how to extend the config here: https://github.com/stylelint/stylelint-config-standard#extending-the-config