mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
chore(prettier): ensure @/lib and @feature are correctly sorted
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
"importOrder": [
|
||||
"^@/components/(.*)$",
|
||||
"^@/hoc/(.*)$",
|
||||
"^@/lib/(.*)$",
|
||||
"^@/api/(.*)$",
|
||||
"^@/state(.*)$",
|
||||
"^@/state/(.*)$",
|
||||
"^@/plugins/(.*)$",
|
||||
"^@feature/(.*)$",
|
||||
"^[./]"
|
||||
],
|
||||
"importOrderSeparation": true,
|
||||
|
||||
Reference in New Issue
Block a user