UNPKG

stylelint-rational-order-plugin

Version:

Stylelint plugin that sorts related property declarations by grouping together following the order: Positioning, Box Model, Typography, Visual, Animation, Other.

11 lines (10 loc) 172 B
{ "extends": ["airbnb-base", "prettier"], "plugins": ["prettier", "jest"], "rules": { "prettier/prettier": "error" }, "env": { "jest/globals": true } }