mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
13 lines
195 B
Text
13 lines
195 B
Text
{
|
|
"extends": "@antfu",
|
|
"ignorePatterns": ["!pages/public"],
|
|
"overrides": [
|
|
{
|
|
"files": ["locales/**.json"],
|
|
"rules": {
|
|
"jsonc/sort-keys": "error"
|
|
}
|
|
}
|
|
]
|
|
}
|