Skip to content

Commit f8aff37

Browse files
committed
update .stylintrc file
1 parent 27b4f71 commit f8aff37

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

.stylintrc

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
{
2-
"borderNone": true,
3-
"brackets": false,
4-
"colons": false,
2+
"blocks": "never",
3+
"brackets": "never",
4+
"colons": "never",
55
"colors": false,
6-
"commaSpace": true,
7-
"commentSpace": false,
6+
"commaSpace": "always",
7+
"commentSpace": "always",
88
"cssLiteral": false,
9-
"depthLimit": false,
9+
"depthLimit": 3,
1010
"duplicates": true,
11-
"efficient": true,
12-
"emoji": false,
13-
"enforceBlockStyle": false,
14-
"enforceVarStyle": false,
15-
"extendPref": false,
16-
"globalDupe": false,
17-
"indentSpaces": 4,
18-
"leadingZero": true,
19-
"maxWarnings": 10,
20-
"maxWarningsKill": false,
21-
"mixed": false,
22-
"namingConvention": false,
23-
"namingConventionStrict": false,
24-
"parenSpace": false,
25-
"placeholders": true,
26-
"quotePref": false,
27-
"semicolons": true,
28-
"sortOrder": false,
29-
"stackedProperties": true,
30-
"universal": true,
31-
"valid": false,
11+
"efficient": "always",
12+
"extendPref": "@extend",
13+
"globalDupe": true,
14+
"indentPref": 2,
15+
"leadingZero": "never",
16+
"maxErrors": 20,
17+
"maxWarnings": 20,
18+
"namingConvention": "lowercase-dash",
19+
"namingConventionStrict": true,
20+
"none": "never",
21+
"parenSpace": "never",
22+
"placeholder": false,
23+
"prefixVarsWithDollar": "never",
24+
"quotePref": "single",
25+
"stackedProperties": "never",
26+
"semicolons": "never",
27+
"sortOrder": "grouped",
28+
"universal": "never",
29+
"valid": true,
3230
"whitespace": true,
33-
"zeroUnits": true,
34-
"zIndexDuplicates": false,
35-
"zIndexNormalize": false
31+
"zeroUnits": "never",
32+
"zIndexNormalize": 5
3633
}

0 commit comments

Comments
 (0)