Tldraw/apps/electron
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
..
resources [big chore] restore core to monorepo (#287) 2021-11-18 13:09:18 +00:00
src Chore: clean up sort imports with prettier (#870) 2022-08-02 14:56:12 +01:00
CHANGELOG.md 1.16.0 2022-06-09 18:06:17 +01:00
LICENSE.md Update documentation 2022-01-07 09:01:08 +00:00
README.md update images 2022-03-09 16:11:30 +00:00
electron-esbuild.config.yaml [big chore] restore core to monorepo (#287) 2021-11-18 13:09:18 +00:00
esbuild.main.config.ts [big chore] restore core to monorepo (#287) 2021-11-18 13:09:18 +00:00
esbuild.renderer.config.ts [big chore] restore core to monorepo (#287) 2021-11-18 13:09:18 +00:00
package.json Fix: workflow failure with missing lint command and added lint for apps/examples (#866) 2022-07-30 08:27:54 +01:00
tsconfig.json chore: remove typedoc and docs scripts (#864) 2022-07-29 15:22:08 +01:00
yarn.lock Bump electron from 17.0.0 to 17.2.0 in /apps/electron (#748) 2022-06-26 07:33:32 +01:00

README.md

@tldraw/electron

An experimental electron wrapper for tldraw.

Not yet distributed.