{
"extends": "@antfu",
"ignorePatterns": ["!pages/public"],
"overrides": [
"files": ["locales/**.json"],
"rules": {
"jsonc/sort-keys": "error"
}
]