phanpy/.prettierrc

23 lines
346 B
Plaintext
Raw Normal View History

2022-12-10 09:14:48 +00:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrder": [
2023-02-11 00:37:42 +00:00
"^[^.].*.css$",
2023-02-17 12:48:00 +00:00
"index.css$",
".css$",
"",
2024-06-14 00:34:50 +00:00
"./polyfills",
"",
"<THIRD_PARTY_MODULES>",
"",
2023-10-03 07:07:47 +00:00
"/assets/",
"",
"^../",
"",
"^[./]"
]
2022-12-10 09:14:48 +00:00
}