sort keys

This commit is contained in:
Stephen Zhou 2025-12-25 17:23:50 +08:00
parent 07873f93cf
commit 1dfbe132d2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ export default antfu(
rules: {
'sonarjs/max-lines': 'off',
'max-lines': 'off',
'jsonc/sort-keys': 'error',
},
},
tailwind.configs['flat/recommended'],