From 1dfbe132d2a3cf04f7b4b53cbe84c223cf90a07a Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:23:50 +0800 Subject: [PATCH] sort keys --- web/eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/web/eslint.config.mjs b/web/eslint.config.mjs index b085ea3619..7ea3815910 100644 --- a/web/eslint.config.mjs +++ b/web/eslint.config.mjs @@ -115,6 +115,7 @@ export default antfu( rules: { 'sonarjs/max-lines': 'off', 'max-lines': 'off', + 'jsonc/sort-keys': 'error', }, }, tailwind.configs['flat/recommended'],