https://github.com/plesk/stylelint-config
stylelint configuration for Plesk projects
https://github.com/plesk/stylelint-config
Last synced: 4 months ago
JSON representation
stylelint configuration for Plesk projects
- Host: GitHub
- URL: https://github.com/plesk/stylelint-config
- Owner: plesk
- Created: 2017-08-23T08:28:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:30:49.000Z (over 1 year ago)
- Last Synced: 2025-10-09T22:26:06.601Z (9 months ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plesk Stylelint Config
Stylelint configuration for Plesk projects
[](https://www.npmjs.org/package/@plesk/stylelint-config)
[](https://www.npmjs.org/package/@plesk/stylelint-config)
## 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`
```json
{
"extends": "@plesk/stylelint-config",
"rules": {
// Add overrides and additional rules here
}
}
```