Commit Graph

13 Commits (9e99716558be51b648efdb7a6a64f1d9e0186c1d)

Author SHA1 Message Date
Tomas Chmelevskij 98638e2fcf
feat: use latest d3 version from npm (#3272) 2023-01-25 16:28:21 +01:00
Tomas Chmelevskij 7c6f90bea5
remove `object-hash` and `lru_map` (#3271)
* refactor: replace `object-hash` with `crypto-es`

* chore: remove `lru_map`
2023-01-25 16:02:46 +01:00
Tomas Chmelevskij 88b522d172
feat: use `three` as module (#3270) 2023-01-23 15:57:47 +01:00
Tomas Chmelevskij 771b840095
feat: use modules instead of global bindings (#3245) 2023-01-15 23:40:23 +01:00
haslinghuis cfacb833b8
Fix Android receiver tab (replace MD5 library) (#3184)
Replace MD5 library
2022-12-30 07:34:44 +01:00
haslinghuis 6242f1e721
Add support for ELRS UID (#3097)
* Add support for ELRS UID

* Add Babel

* Fix review

* Fix CSS
2022-12-05 14:24:37 +11:00
Tomas Chmelevskij 2abcee1a9c Add `no-extra-semi` to match what's in sonarcloud 2022-08-19 22:17:02 +01:00
Tomas Chmelevskij 5be4a4596a chore: add `template-curly-spacing` 2022-01-18 12:30:17 +01:00
Tomas Chmelevskij 8cf9473c88 chore: add prefer template rule 2022-01-18 12:29:53 +01:00
Tomas Chmelevskij bfec87d931 chore: add `no-var` rule to match sonarcloud 2021-12-25 18:49:11 +01:00
Tomas Chmelevskij 03690e087f chore: add comman dangle rule for multiline 2021-12-18 08:21:05 +01:00
Tomas Chmelevskij 616c2e796d chore: add `semi` rule to the linter and run `--fix`
Adds semicolon to the linter rules.
2021-02-14 07:37:03 +01:00
Tomas Chmelevskij d396d97e5e chore: add eslint
* add eslint with space rules to cover what sonarcloud doesn't
* run lint in travis
* add eslint vue config
2020-12-27 09:21:51 +04:00