Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graasp/graasp-chatbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0aba37e15ecefdd41e4fd8e83c6edc631edcf317
Choose a base ref
..
head repository: graasp/graasp-chatbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a222645f948232ce17233778e5fb684ca10746c
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .prettierrc
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -12,5 +12,6 @@
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}