1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-02-18 08:12:01 +03:00
phanpy/.prettierrc

20 lines
388 B
Text
Raw Normal View History

2022-12-10 17:14:48 +08:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"importOrder": [
2023-02-11 08:37:42 +08:00
"^[^.].*.css$",
2023-02-17 20:48:00 +08:00
"index.css$",
".css$",
"<THIRD_PARTY_MODULES>",
2023-10-03 15:07:47 +08:00
"/assets/",
"^../",
"^[./]"
],
2022-12-10 17:14:48 +08:00
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrderGroupNamespaceSpecifiers": true,
"importOrderCaseInsensitive": true
}