mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 13:24:24 +00:00
chore: add sort import plugin
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
"printWidth": 140,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false
|
||||
"singleQuote": false,
|
||||
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
||||
"importOrder": ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]", ".less$"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user