mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
misc: Add prettier plugin to sort imports
Automate import sorting in frontend code using Prettier plugin, within Trunk setup.
This commit is contained in:
1
.trunk/configs/.prettierrc.yaml
Normal file
1
.trunk/configs/.prettierrc.yaml
Normal file
@@ -0,0 +1 @@
|
||||
plugins: ["@trivago/prettier-plugin-sort-imports"]
|
||||
@@ -32,7 +32,10 @@ lint:
|
||||
- mypy@1.17.0
|
||||
- osv-scanner@2.0.3
|
||||
- oxipng@9.1.5
|
||||
- prettier@3.6.2
|
||||
- prettier@3.6.2:
|
||||
packages:
|
||||
- "@trivago/prettier-plugin-sort-imports@5.2.2"
|
||||
- "@vue/compiler-sfc@3.5.13"
|
||||
- ruff@0.12.4
|
||||
- shellcheck@0.10.0
|
||||
- shfmt@3.6.0
|
||||
|
||||
Reference in New Issue
Block a user