UNPKG

2.09 kBYAMLView Raw
1# Rule Configuration
2rules:
3 bem-depth: 1
4 border-zero:
5 - 1
6 -
7 convention: '0'
8 brace-style:
9 - 2
10 -
11 allow-single-line: false
12 class-name-format:
13 - 2
14 -
15 convention: hyphenatedbem
16 clean-import-paths: 0
17 declarations-before-nesting: 2
18 empty-args: 0
19 empty-line-between-blocks:
20 - 1
21 -
22 allow-single-line-rulesets: false
23 extends-before-declarations: 2
24 extends-before-mixins: 2
25 final-newline: 0
26 force-attribute-nesting: 0
27 force-element-nesting: 0
28 force-pseudo-nesting: 1
29 function-name-format: 1
30 hex-length: 1
31 hex-notation:
32 - 1
33 -
34 style: lowercase
35 id-name-format: 0
36 indentation: 1
37 leading-zero:
38 - 1
39 -
40 include: true
41 max-file-line-count: 2
42 max-line-length: 2
43 mixin-name-format: 1
44 mixins-before-declarations: 2
45 nesting-depth:
46 - 2
47 -
48 max-depth: 3
49 no-attribute-selectors: 1
50 no-color-hex: 0
51 no-color-keywords: 2
52 no-color-literals: 1
53 no-combinators: 1
54 no-css-comments: 0
55 no-debug: 2
56 no-disallowed-properties: 1
57 no-duplicate-properties: 2
58 no-empty-rulesets: 2
59 no-extends: 0
60 no-ids: 2
61 no-important: 0
62 no-invalid-hex: 2
63 no-mergeable-selectors: 1
64 no-misspelled-properties: 2
65 no-qualifying-elements: 1
66 no-trailing-whitespace: 0
67 no-trailing-zero: 1
68 no-transition-all: 1
69 no-universal-selectors: 2
70 no-url-domains: 1
71 no-url-protocols: 1
72 no-warn: 1
73 one-declaration-per-line: 1
74 placeholder-in-extend: 1
75 placeholder-name-format:
76 - 1
77 -
78 convention: hyphenatedbem
79
80 property-sort-order:
81 - 1
82 -
83 order: smacss # https://github.com/sasstools/sass-lint/blob/develop/lib/config/property-sort-orders/smacss.yml
84 property-units: 1 # подумать
85 pseudo-element: 1
86 quotes: 2
87 shorthand-values: 1
88 single-line-per-selector: 1
89 space-after-bang: 1
90 space-after-colon: 1
91 space-after-comma: 1
92 space-around-operator: 1
93 space-before-bang: 1
94 space-before-brace: 1
95 space-before-colon: 0
96 space-between-parens: 0
97 trailing-semicolon: 1
98 url-quotes: 1
99 variable-name-format: 1
100 zero-unit: 1