mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-19 21:46:19 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
{
|
|
"printWidth": 140,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
|
"importOrder": ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]", ".less$"]
|
|
}
|