Skip to content

Commit

Permalink
fix: replace rational-order with idiomatic-order plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Mar 7, 2022
1 parent c2dcecb commit fcb96ef
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 5,106 deletions.
9 changes: 1 addition & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"stylelint-config-standard",

"@ronilaukkarinen/stylelint-a11y/recommended",
"stylelint-config-rational-order",
"stylelint-config-idiomatic-order",

"stylelint-prettier/recommended",
],
Expand All @@ -15,12 +15,5 @@ module.exports = {
true,
{ ignore: "paint-properties" },
],
"plugin/rational-order": [
true,
{
"empty-line-between-groups": true,
severity: "warning",
},
],
},
};

0 comments on commit fcb96ef

Please sign in to comment.