thelounge/test
Tiago de Paula d146d51a95
chore(deps): update typescript-eslint to v8
Changes:
- `no-var-requires` replaced by `no-require-imports` (typescript-eslint/typescript-eslint#8334)
- `restrict-template-expressions` does not trigger for `Error` (typescript-eslint/typescript-eslint#8556)
- `only-throw-error` and `prefer-promise-reject-errors` recommended (typescript-eslint/typescript-eslint#9079)
- fixed `no-base-to-string` in client/js/upload.ts
- fixed `no-unsafe-enum-comparison` in client/js/store.ts
- fixed `await-thenable` in  test/client/js/helpers/parse.ts
- fixed `no-empty-object-type` in client/shims-vue.d.ts and shared/types/socket-events.d.ts

See <https://typescript-eslint.io/blog/announcing-typescript-eslint-v8/>
2026-01-31 17:59:11 -03:00
..
client chore(deps): update typescript-eslint to v8 2026-01-31 17:59:11 -03:00
commands fix mode tests 2024-04-21 15:11:52 +02:00
fixtures TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
models client: fix all new linter errros 2024-05-04 12:29:57 +02:00
plugins chore(deps): update typescript-eslint to v8 2026-01-31 17:59:11 -03:00
shared linkify: simplify noscheme detection logic 2024-01-21 21:18:09 +01:00
src TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tests chore(deps): update filenamify to v7 2026-01-31 17:09:07 -03:00
.mocharc.yml mocha: move spec to invocation 2024-01-27 15:34:13 +01:00
.nycrc-mocha.json TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-report.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
client.ts test/client: fix import path 2024-04-21 15:11:52 +02:00
server.ts chore(deps): update express to v5 2026-01-31 16:53:37 -03:00
tsconfig.json Extract tests to shared/ 2023-01-30 09:14:40 +01:00
util.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00