Skip to content

plesk/stylelint-config

Repository files navigation

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 stylelint @plesk/stylelint-config

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

Usage

Put into your .stylelintrc

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