1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-02-15 14:51:24 +03:00
phanpy/.prettierrc

22 lines
346 B
Text

{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrder": [
"^[^.].*.css$",
"index.css$",
".css$",
"",
"./polyfills",
"",
"<THIRD_PARTY_MODULES>",
"",
"/assets/",
"",
"^../",
"",
"^[./]"
]
}