3.0.0 • Published 11 months ago

@plesk/stylelint-config v3.0.0

Weekly downloads
75
License
Apache-2.0
Repository
github
Last release
11 months ago

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

11 months ago

2.0.0

2 years ago

1.0.0

3 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago