UNPKG
stylelint-config-clean-order
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.2
8.0.1
8.0.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.1.0
6.0.0
5.4.2
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.1
5.0.0
4.0.0
3.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Order your styles with stylelint-order.
kutsan/stylelint-config-clean-order
stylelint-config-clean-order
/
dist
/
index.js
7 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ getConfig }
from
"./config.js"
;
const
config =
getConfig
({
severity
:
'warning'
, });
export
default
config;
export
{ propertyGroups }
from
"./config.js"
;