Commit Graph

7 Commits

Author SHA1 Message Date
Louis Lam 7212d884ef
Enable eslint for util.ts (#3887)
* Enable eslint for util.ts

* Drop babel (since eslint parser was replaced by typescript-parser and it doesn't seem to be used anywhere)

* Apply "plugin:@typescript-eslint/recommended"

* Minor

* Remove comment for generated file (Keep the first comment only)
2023-10-13 22:42:45 +08:00
Louis Lam 1dc2546a39 Lint 2023-01-28 13:39:23 +08:00
Louis Lam 9b05e86c25 set newLine to LF for ts compiler 2021-10-13 22:31:36 +08:00
Adam Stachowicz e8ef63e0a3 `removeComments` to false 2021-09-21 00:48:26 +02:00
Nelson Chan ee3bf2961c Fix: fix typescript errors 2021-08-23 11:33:24 +08:00
LouisLam bf33f97c9e code re-use and eslint 2021-08-09 13:49:37 +08:00
LouisLam 081abcb6a1 add util.ts for sharing common functions between frontend and backend 2021-07-30 11:23:04 +08:00