-
Notifications
You must be signed in to change notification settings - Fork 4
/
.stylintrc
30 lines (30 loc) · 865 Bytes
/
.stylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"blocks": false,
"brackets": "never",
"colons": "always",
"colors": false,
"commaSpace": "always",
"commentSpace": "always",
"depthLimit": 4,
"duplicates": "always",
"efficient": "always",
"globalDupe": true,
"indentPref": 2,
"leadingZero": "never",
"namingConvention": "lowercase-dash",
"none": "always",
"parenSpace": "never",
"prefixVarsWithDollar": "always",
"quotePref": "single",
"semicolons": "never",
"sortOrder": "grouped",
"stackedProperties": "never",
"stylusSupremacy.insertNewLineAroundBlocks": "root",
"stylusSupremacy.insertNewLineAroundProperties": false,
"stylusSupremacy.insertNewLineAroundOthers": false,
"stylusSupremacy.preserveNewLinesBetweenPropertyValues": false,
"stylusSupremacy.selectorSeparator": ", ",
"trailingWhitespace": "never",
"universal": "never",
"zeroUnits": "never"
}