/stylelint-config

stylelint configuration for Plesk projects

Primary LanguageJavaScript

Plesk Stylelint Config

Stylelint configuration for Plesk projects

NPM version NPM Downloads

Installation

Install a compatible version of stylelint.

# with npm:
npm install --save-dev styleling @plesk/stylelint-config

# with yarn:
yarn add --dev styleling @plesk/stylelint-config

Usage

Put into your .stylelintrc

{
  "extends": "@plesk/stylelint-config",
  "rules": {
    // Add overrides and additional rules here
  }
}