Files
MaaAssistantArknights/website/apps/web/.prettierrc
Alisa c2bd0133ba refactor: 合并 MAA Website 仓库 (#8886)
* 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
2024-04-24 09:31:52 +08:00

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
}