npm.io
3.0.1 • Published 1 year ago

@plesk/stylelint-config

Licence
Apache-2.0
Version
3.0.1
Deps
1
Size
2 kB
Vulns
0
Weekly
0
Stars
1

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