mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-sort-json"],
|
|
"overrides": [
|
|
{
|
|
"files": "src/i18n/locales/*.json",
|
|
"options": {
|
|
"jsonRecursiveSort": true,
|
|
"jsonSortOrder": "{\"/.*/\": \"lexical\"}"
|
|
}
|
|
}
|
|
]
|
|
} |