Skip to content

Commit 6464237

Browse files
colinrotherhamowenatgov
authored andcommitted
Remove unnecessary Stylelint rules
1 parent 570f55b commit 6464237

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stylelint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ module.exports = {
3030
'length-zero-no-unit': null,
3131
'rule-empty-line-before': null,
3232
'selector-max-id': null,
33-
'shorthand-property-no-redundant-values': null,
3433

3534
// Allow markdown `*.md` Sass bad examples
36-
'scss/at-if-no-null': null,
37-
'scss/at-import-no-partial-leading-underscore': null,
38-
'scss/at-import-partial-extension': null,
3935
'scss/at-mixin-pattern': null,
4036
'scss/at-rule-conditional-no-parentheses': null,
4137
'scss/load-no-partial-leading-underscore': null,

0 commit comments

Comments
 (0)