mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"arrowParens": "always",
|
|
"importOrder": [
|
|
"^@.*/(.*)$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^(App|components|pages|store|utils|stories|models|store|constants|assets|_i18n)",
|
|
"^[./].*(?<![.]css)$",
|
|
"^[./].*(?<=[.]css)$"
|
|
],
|
|
"importOrderParserPlugins": [
|
|
"typescript",
|
|
"jsx",
|
|
"classProperties",
|
|
"decorators-legacy"
|
|
],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|