Commit Graph

6 Commits

Author SHA1 Message Date
Roland Osborne
3b7de54be8 Revert "Typescript (#92)"
This reverts commit 71c65efa20.
2024-05-02 15:21:20 -07:00
Roland Osborne
8e6f1087e4 Revert "Prettier (#93)"
This reverts commit 5b2e42bc6f.
2024-05-02 15:20:10 -07:00
Lucian I. Last
5b2e42bc6f
Prettier (#93)
* Add ignore dsstore node_modules

* Rename to typescript

rnr -r '(.*)\.js$' '$1.ts' ./src ./test
rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test

* Remove package lock

* Fix extension of tsx at context

* init typescript

* .

* Compiles, moved to vite

* lint new files

* Move to prettier

---------

Co-authored-by: Pierre Balzack <96387156+balzack@users.noreply.github.com>
2024-04-25 13:22:11 -07:00
Lucian I. Last
71c65efa20
Typescript (#92)
* Add ignore dsstore node_modules

* Rename to typescript

rnr -r '(.*)\.js$' '$1.ts' ./src ./test
rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test

* Remove package lock

* Fix extension of tsx at context

* init typescript

* .

* Compiles, moved to vite

* lint new files

* check dashboard

* Add dist to ignore file
2024-04-24 13:26:55 -07:00
Roland Osborne
491b86fba9 adding http utility functions 2022-01-17 13:27:48 -08:00
balzack
4432a022ad
Initial commit 2021-12-20 13:45:17 -08:00