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