Tldraw/packages/core/src/components
Gwenaël Gallon e0e1373468
Chore: clean up sort imports with prettier (#870)
* Update prettier to latest

* Add format command

* Create .prettierignore

* Add prettier plugin sort imports

* Update prettier config

* Update prettier config

* Update .prettierignore

* Fix @babel/parser conflict

https://github.com/trivago/prettier-plugin-sort-imports/issues/156

* Revert "Update .prettierignore"

This reverts commit 282e5b8383.

* Revert change for apps/www/pages/v/[id].tsx

* Sort imports

Moves the third party imports to the top, "~" imports in middle, and "./" at last

* Sorting of the specifiers

in an import declarations

* [www] use path vs  "../"

* [core] use path "~" vs "../"

* [tldraw] use path "~" vs "../.../"

* [tldraw] use path "~" vs "../"

* [tldraw] Cleanup

* Update prettier config

* Last use path "~" vs "../.../"

* [www] Fix order of the third party imports

* Clean prettier config
2022-08-02 14:56:12 +01:00
..
Binding [fix] copy and paste (again) (#685) 2022-05-14 14:15:55 +01:00
Bounds Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Brush Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Canvas Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Container Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
EraseLine Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Grid Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00
HTMLContainer [improvement] labels (#467) 2021-12-28 11:23:17 +00:00
Handles Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Overlay Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00
Page Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
Renderer Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
SVGContainer Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00
Shape Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
ShapeIndicator Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
SnapLines Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00
User Fix: no-unused-vars and remove eslint-disable in files (#862) 2022-07-30 08:28:48 +01:00
Users Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00
UsersIndicators Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
index.tsx Feature/mobx - adds mobx support to @tldraw/core (#383) 2021-11-28 10:05:40 +00:00