Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 936367f

Browse files
author
Dominik Rowicki
authored
Merge pull request #37 from netguru/fix-stylelintrc-formatting
Make .stylelintrc.js formatting consistent with other code
2 parents 0b4196f + bc3c1df commit 936367f

File tree

1 file changed

+131
-131
lines changed

1 file changed

+131
-131
lines changed
Lines changed: 131 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,137 @@
11
module.exports = {
2-
"extends": [
3-
"stylelint-config-standard",
4-
"stylelint-config-css-modules",
2+
extends: [
3+
'stylelint-config-standard',
4+
'stylelint-config-css-modules',
55
],
6-
"plugins": [
7-
"stylelint-declaration-use-variable",
8-
"stylelint-order",
6+
plugins: [
7+
'stylelint-declaration-use-variable',
8+
'stylelint-order',
99
],
10-
"rules": {
11-
"sh-waqar/declaration-use-variable": [[
12-
"font",
13-
"font-family",
14-
"font-size",
15-
"font-weight",
16-
"z-index",
17-
"color",
10+
rules: {
11+
'sh-waqar/declaration-use-variable': [[
12+
'font',
13+
'font-family',
14+
'font-size',
15+
'font-weight',
16+
'z-index',
17+
'color',
1818
]],
19-
"order/properties-order": [
20-
"@extend",
21-
"@include",
22-
"@mixin",
23-
"composes",
24-
"position",
25-
"top",
26-
"right",
27-
"bottom",
28-
"left",
29-
"z-index",
30-
"display",
31-
"visibility",
32-
"overflow",
33-
"overflow-x",
34-
"overflow-y",
35-
"float",
36-
"clear",
37-
"table-layout",
38-
"border-collapse",
39-
"empty-cells",
40-
"box-sizing",
41-
"width",
42-
"min-width",
43-
"max-width",
44-
"height",
45-
"min-height",
46-
"max-height",
47-
"margin",
48-
"margin-top",
49-
"margin-right",
50-
"margin-bottom",
51-
"margin-left",
52-
"padding",
53-
"padding-top",
54-
"padding-right",
55-
"padding-bottom",
56-
"padding-left",
57-
"font",
58-
"font-family",
59-
"font-size",
60-
"font-style",
61-
"font-variant",
62-
"font-weight",
63-
"letter-spacing",
64-
"line-height",
65-
"list-style",
66-
"list-style-type",
67-
"list-style-position",
68-
"list-style-image",
69-
"outline",
70-
"outline-width",
71-
"outline-style",
72-
"outline-color",
73-
"text-align",
74-
"text-decoration",
75-
"text-indent",
76-
"text-transform",
77-
"text-shadow",
78-
"border",
79-
"border-width",
80-
"border-style",
81-
"border-color",
82-
"border-radius",
83-
"border-top",
84-
"border-top-width",
85-
"border-top-style",
86-
"border-top-color",
87-
"border-right",
88-
"border-right-width",
89-
"border-right-style",
90-
"border-right-color",
91-
"border-bottom",
92-
"border-bottom-width",
93-
"border-bottom-style",
94-
"border-bottom-color",
95-
"border-left",
96-
"border-left-width",
97-
"border-left-style",
98-
"border-left-color",
99-
"border-top-left-radius",
100-
"border-top-right-radius",
101-
"border-bottom-right-radius",
102-
"border-bottom-left-radius",
103-
"white-space",
104-
"content",
105-
"color",
106-
"background",
107-
"background-color",
108-
"background-image",
109-
"background-repeat",
110-
"background-attachment",
111-
"background-position",
112-
"background-size",
113-
"fill",
114-
"stroke",
115-
"vertical-align",
116-
"opacity",
117-
"animation",
118-
"transform",
119-
"transition",
120-
"box-shadow",
121-
"flex",
122-
"flex-basis",
123-
"flex-direction",
124-
"flex-flow",
125-
"flex-grow",
126-
"flex-shrink",
127-
"flex-wrap",
128-
"align-content",
129-
"align-items",
130-
"justify-content",
131-
"order",
132-
"...",
19+
'order/properties-order': [
20+
'@extend',
21+
'@include',
22+
'@mixin',
23+
'composes',
24+
'position',
25+
'top',
26+
'right',
27+
'bottom',
28+
'left',
29+
'z-index',
30+
'display',
31+
'visibility',
32+
'overflow',
33+
'overflow-x',
34+
'overflow-y',
35+
'float',
36+
'clear',
37+
'table-layout',
38+
'border-collapse',
39+
'empty-cells',
40+
'box-sizing',
41+
'width',
42+
'min-width',
43+
'max-width',
44+
'height',
45+
'min-height',
46+
'max-height',
47+
'margin',
48+
'margin-top',
49+
'margin-right',
50+
'margin-bottom',
51+
'margin-left',
52+
'padding',
53+
'padding-top',
54+
'padding-right',
55+
'padding-bottom',
56+
'padding-left',
57+
'font',
58+
'font-family',
59+
'font-size',
60+
'font-style',
61+
'font-variant',
62+
'font-weight',
63+
'letter-spacing',
64+
'line-height',
65+
'list-style',
66+
'list-style-type',
67+
'list-style-position',
68+
'list-style-image',
69+
'outline',
70+
'outline-width',
71+
'outline-style',
72+
'outline-color',
73+
'text-align',
74+
'text-decoration',
75+
'text-indent',
76+
'text-transform',
77+
'text-shadow',
78+
'border',
79+
'border-width',
80+
'border-style',
81+
'border-color',
82+
'border-radius',
83+
'border-top',
84+
'border-top-width',
85+
'border-top-style',
86+
'border-top-color',
87+
'border-right',
88+
'border-right-width',
89+
'border-right-style',
90+
'border-right-color',
91+
'border-bottom',
92+
'border-bottom-width',
93+
'border-bottom-style',
94+
'border-bottom-color',
95+
'border-left',
96+
'border-left-width',
97+
'border-left-style',
98+
'border-left-color',
99+
'border-top-left-radius',
100+
'border-top-right-radius',
101+
'border-bottom-right-radius',
102+
'border-bottom-left-radius',
103+
'white-space',
104+
'content',
105+
'color',
106+
'background',
107+
'background-color',
108+
'background-image',
109+
'background-repeat',
110+
'background-attachment',
111+
'background-position',
112+
'background-size',
113+
'fill',
114+
'stroke',
115+
'vertical-align',
116+
'opacity',
117+
'animation',
118+
'transform',
119+
'transition',
120+
'box-shadow',
121+
'flex',
122+
'flex-basis',
123+
'flex-direction',
124+
'flex-flow',
125+
'flex-grow',
126+
'flex-shrink',
127+
'flex-wrap',
128+
'align-content',
129+
'align-items',
130+
'justify-content',
131+
'order',
132+
'...',
133133
],
134-
'at-rule-no-unknown': [ true, {
134+
'at-rule-no-unknown': [true, {
135135
ignoreAtRules: [
136136
'each',
137137
'else',
@@ -145,5 +145,5 @@ module.exports = {
145145
'while',
146146
],
147147
}],
148-
}
149-
}
148+
},
149+
};

0 commit comments

Comments
 (0)