Skip to content

Commit 8e39b4a

Browse files
committed
Update rules that were renamed
1 parent 9d11de8 commit 8e39b4a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/unused.js

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,52 +7,52 @@ const config = require('../config');
77
*/
88

99
const tooOpinionated = [
10-
'comment-word-blacklist',
10+
'comment-word-disallowed-list',
1111
'custom-media-pattern',
1212
'custom-property-pattern',
1313
'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',
1818
'font-family-name-quotes',
1919
'font-weight-notation',
20-
'function-blacklist',
20+
'function-disallowed-list',
2121
'function-url-no-scheme-relative',
2222
'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',
2626
'keyframes-name-pattern',
2727
'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',
3131
'no-empty-first-line',
3232
'no-unknown-animations',
3333
'number-max-precision',
34-
'property-blacklist',
35-
'property-whitelist',
34+
'property-disallowed-list',
35+
'property-allowed-list',
3636
'scss/partial-no-import',
3737
'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',
4242
'selector-max-attribute',
4343
'selector-max-class',
4444
'selector-max-combinators',
4545
'selector-max-compound-selectors',
4646
'selector-max-pseudo-class',
4747
'selector-max-universal',
4848
'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',
5353
'time-min-milliseconds',
54-
'unit-blacklist',
55-
'unit-whitelist',
54+
'unit-disallowed-list',
55+
'unit-allowed-list',
5656
'value-keyword-case',
5757
'scss/dollar-variable-pattern',
5858
'scss/at-function-pattern',
@@ -74,9 +74,9 @@ const tooOpinionated = [
7474
];
7575

7676
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',
8080
'color-no-hex',
8181
'selector-id-pattern',
8282
];

0 commit comments

Comments
 (0)