Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.67 KB

File metadata and controls

39 lines (28 loc) · 1.67 KB

DEPRECATED — stylelint-config-visionapps-order

⚠️ This package is deprecated in favour of stylelint-config-visionapps/order config.

NPM version Build Status dependencies Status devDependencies Status Downloads per month

VisionApps' shareable config of properties order for Stylelint.

This config allows linting properties by defined order.

Installation

Install Stylelint, stylelint-order plugin, and this config:

$ npm install --save-dev @visionappscz/stylelint-config-visionapps-order

👉 Tip: This config pairs up nicely with stylelint-config-visionapps.

Usage

Apply the config in your Stylelint config:

{
  "extends": "@visionappscz/stylelint-config-visionapps-order"
}