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

visionappscz/stylelint-config-visionapps-order

Repository files navigation

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