-
Notifications
You must be signed in to change notification settings - Fork 1
/
disabled-rules.json
49 lines (47 loc) · 1.89 KB
/
disabled-rules.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"color-no-hex": null,
"at-rule-disallowed-list": null,
"at-rule-property-required-list": null,
"at-rule-allowed-list": null,
"comment-pattern": null,
"comment-word-disallowed-list": null,
"declaration-property-unit-disallowed-list": null,
"declaration-property-value-disallowed-list": null,
"declaration-property-value-allowed-list": null,
"function-disallowed-list": null,
"function-url-scheme-disallowed-list": null,
"function-allowed-list": null,
"media-feature-name-disallowed-list": null,
"media-feature-name-value-allowed-list": null,
"media-feature-name-allowed-list": null,
"property-disallowed-list": null,
"property-allowed-list": null,
"selector-attribute-name-disallowed-list": null,
"selector-attribute-operator-disallowed-list": null,
"selector-attribute-operator-allowed-list": null,
"selector-combinator-disallowed-list": null,
"selector-combinator-allowed-list": null,
"selector-nested-pattern": null,
"selector-pseudo-class-disallowed-list": null,
"selector-pseudo-class-allowed-list": null,
"selector-pseudo-element-disallowed-list": null,
"selector-pseudo-element-allowed-list": null,
"unit-allowed-list": null,
"selector-disallowed-list": null,
"rule-selector-property-disallowed-list": null,
"declaration-property-max-values": null,
"declaration-property-value-no-unknown": null,
"media-feature-name-unit-allowed-list": null,
"no-unknown-custom-properties": null,
"no-unknown-custom-media": null,
"scss/at-import-partial-extension-blacklist": null,
"scss/at-import-partial-extension-whitelist": null,
"scss/dollar-variable-default": null,
"scss/double-slash-comment-inline": null,
"scss/block-no-redundant-nesting": null,
"scss/comment-no-loud": null,
"scss/function-disallowed-list": null,
"scss/media-feature-value-dollar-variable": null,
"scss/selector-nest-combinators": null,
"scss/no-dollar-variables": null
}