Commit Graph

13 Commits

Author SHA1 Message Date
Greenlamp2 bac6c22973
ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224)
* eslint config + packages

* updated eslint config

* fix the issue eslint adding ;;;; at interfaces

* first round with eslint --fix .

* removed config for unused export

* Revert "first round with eslint --fix ."

This reverts commit 77a88e0895.

* removed config for camelCase

* for real this time, first round of eslint --fix .

* halfway to manual eslint fix

* eslint done

* added "how to setup" the hook to eslint --fix each new file before commit (if wanted)

* removed eslintrc config file duplicat

* fix human error + ignore build folder + merge overrides

* added curly brace style + eslint

* applied double quote linter rule

* added lefthook

* test precommit

* test precommit

* test precommit

* test precommit

* test precommit

* test precommit

* test precommit

* github action to run eslint

* added node_modules to ignore eslint

* different action for typescript

* no need for different glob (default src)

* node 20

* node 20

* removed no longer needed install file

* remove hooks part from README

* eslint fixes

---------

Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
2024-05-23 11:03:10 -04:00
maru dffa9b2704
Add more files to be purged from CF cache on deploy 2024-05-02 15:48:59 -04:00
maru 06f6797ece
REALLY fix deploy job 2024-04-25 21:42:09 -04:00
maru a3f17b5b2e
Fix deploy job 2024-04-25 21:39:34 -04:00
maru 9a43d456f6
Update deploy job 2024-04-25 21:36:34 -04:00
maru 7ff82440bc
Add checksum to rsync in deploy job 2024-04-24 23:10:16 -04:00
maru ac15c653d6
Add no-times to rsync in deploy job 2024-04-24 23:06:42 -04:00
maru e608cb6738
Add --del flag to rsync in deploy job 2024-04-23 19:36:17 -04:00
maru c82f46cc88
Update deploy job 2024-04-23 19:31:40 -04:00
maru 884c49fc55
Specify actions-cloudflare-purge version 2024-03-26 21:05:42 -04:00
maru 03a3074209
Update workflow files 2024-03-26 20:50:44 -04:00
Up 28be258fbe
Add deploy workflow (#17)
* make build action run on pushes and pull requests

* add deploy workflow

* merge rm calls into single command

* purge cloudflare cache after deploy

* authenticate when pulling build artifact

* use env var for artifact URL

* fix invalid artifact names on pull requests
2024-03-26 19:15:43 -04:00
Up 6fe82b3365 add GH build workflow 2024-03-25 20:10:20 -04:00