Skip to content

Commit

Permalink
feat(stylelint-config): disable order rules for taiga (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 25, 2023
1 parent 35bc08c commit 42c59d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/stylelint-config/off.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ module.exports = {
'declaration-block-no-redundant-longhand-properties': null,
'no-descending-specificity': null,
'selector-max-specificity': null,
'order/order': null,
},
};

0 comments on commit 42c59d8

Please sign in to comment.