@schul-cloud/stylelint-config
v1.0.0
Published
This package contains shareable Stylelint configuration used by the applications created @schul-cloud.
Downloads
1
Readme
@schul-cloud/stylelint-config
Getting Started
1. Installation
Using npm:
npm install -D @schul-cloud/stylelint-config
Using Yarn:
yarn add @schul-cloud/stylelint-config --dev
2. Usage
- Create a new file and name it as
stylelint.config.js
- Just extend
@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