stylelint-config-neon-order
v1.0.0
Published
Neon order stylelint order config
Downloads
14,288
Readme
stylelint-config-ordering
Ordering config for Stylelint. Uses rules from stylelint-order
.
Based on https://github.com/hudochenkov/stylelint-config-hudochenkov/blob/master/order.js
Installation
Install config:
npm install --save-dev stylelint-config-neon-order
Usage
Add chosen config to the extends
section of your Stylelint configuration:
{
"extends": ["stylelint-config-neon-order"]
}