Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2023
1 parent f6e81b8 commit 777a2ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/.vuepress/components/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ categories.sort((a, b) =>
a.categoryOrder > b.categoryOrder
? 1
: a.categoryOrder < b.categoryOrder
? -1
: a.title > b.title
? 1
: a.title < b.title
? -1
: 0,
? -1
: a.title > b.title
? 1
: a.title < b.title
? -1
: 0,
);

export const DEFAULT_RULES_CONFIG = allRules.reduce((c, r) => {
Expand Down

0 comments on commit 777a2ac

Please sign in to comment.