Skip to content

plesk/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

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
  }
}