@@ -7,52 +7,52 @@ const config = require('../config');
7
7
*/
8
8
9
9
const tooOpinionated = [
10
- 'comment-word-blacklist ' ,
10
+ 'comment-word-disallowed-list ' ,
11
11
'custom-media-pattern' ,
12
12
'custom-property-pattern' ,
13
13
'declaration-block-no-redundant-longhand-properties' ,
14
- 'declaration-property-unit-blacklist ' ,
15
- 'declaration-property-unit-whitelist ' ,
16
- 'declaration-property-value-blacklist ' ,
17
- 'declaration-property-value-whitelist ' ,
14
+ 'declaration-property-unit-disallowed-list ' ,
15
+ 'declaration-property-unit-allowed-list ' ,
16
+ 'declaration-property-value-disallowed-list ' ,
17
+ 'declaration-property-value-allowed-list ' ,
18
18
'font-family-name-quotes' ,
19
19
'font-weight-notation' ,
20
- 'function-blacklist ' ,
20
+ 'function-disallowed-list ' ,
21
21
'function-url-no-scheme-relative' ,
22
22
'function-url-quotes' ,
23
- 'function-url-scheme-blacklist ' ,
24
- 'function-url-scheme-whitelist ' ,
25
- 'function-whitelist ' ,
23
+ 'function-url-scheme-disallowed-list ' ,
24
+ 'function-url-scheme-allowed-list ' ,
25
+ 'function-allowed-list ' ,
26
26
'keyframes-name-pattern' ,
27
27
'linebreaks' ,
28
- 'media-feature-name-blacklist ' ,
29
- 'media-feature-name-value-whitelist ' ,
30
- 'media-feature-name-whitelist ' ,
28
+ 'media-feature-name-disallowed-list ' ,
29
+ 'media-feature-name-value-allowed-list ' ,
30
+ 'media-feature-name-allowed-list ' ,
31
31
'no-empty-first-line' ,
32
32
'no-unknown-animations' ,
33
33
'number-max-precision' ,
34
- 'property-blacklist ' ,
35
- 'property-whitelist ' ,
34
+ 'property-disallowed-list ' ,
35
+ 'property-allowed-list ' ,
36
36
'scss/partial-no-import' ,
37
37
'scss/selector-nest-combinators' ,
38
- 'selector-attribute-operator-blacklist ' ,
39
- 'selector-attribute-operator-whitelist ' ,
40
- 'selector-combinator-blacklist ' ,
41
- 'selector-combinator-whitelist ' ,
38
+ 'selector-attribute-operator-disallowed-list ' ,
39
+ 'selector-attribute-operator-allowed-list ' ,
40
+ 'selector-combinator-disallowed-list ' ,
41
+ 'selector-combinator-allowed-list ' ,
42
42
'selector-max-attribute' ,
43
43
'selector-max-class' ,
44
44
'selector-max-combinators' ,
45
45
'selector-max-compound-selectors' ,
46
46
'selector-max-pseudo-class' ,
47
47
'selector-max-universal' ,
48
48
'selector-nested-pattern' ,
49
- 'selector-pseudo-class-blacklist ' ,
50
- 'selector-pseudo-class-whitelist ' ,
51
- 'selector-pseudo-element-blacklist ' ,
52
- 'selector-pseudo-element-whitelist ' ,
49
+ 'selector-pseudo-class-disallowed-list ' ,
50
+ 'selector-pseudo-class-allowed-list ' ,
51
+ 'selector-pseudo-element-disallowed-list ' ,
52
+ 'selector-pseudo-element-allowed-list ' ,
53
53
'time-min-milliseconds' ,
54
- 'unit-blacklist ' ,
55
- 'unit-whitelist ' ,
54
+ 'unit-disallowed-list ' ,
55
+ 'unit-allowed-list ' ,
56
56
'value-keyword-case' ,
57
57
'scss/dollar-variable-pattern' ,
58
58
'scss/at-function-pattern' ,
@@ -74,9 +74,9 @@ const tooOpinionated = [
74
74
] ;
75
75
76
76
const overridenByOtherRule = [
77
- 'at-rule-blacklist ' ,
78
- 'at-rule-property-requirelist ' ,
79
- 'at-rule-whitelist ' ,
77
+ 'at-rule-disallowed-list ' ,
78
+ 'at-rule-property-required-list ' ,
79
+ 'at-rule-allowed-list ' ,
80
80
'color-no-hex' ,
81
81
'selector-id-pattern' ,
82
82
] ;
0 commit comments