From 777a2ac59b87a8c11974c879a994ad2490f3bdf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Dec 2023 00:46:28 +0000 Subject: [PATCH] chore: format --- docs/.vuepress/components/rules/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vuepress/components/rules/index.js b/docs/.vuepress/components/rules/index.js index 209210e..8e1b9ca 100644 --- a/docs/.vuepress/components/rules/index.js +++ b/docs/.vuepress/components/rules/index.js @@ -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) => {