monkeytype/frontend
Christian Fehmer d42c1b2a84
fix(config): sanitize config failing on array with multiple problems (@fehmer) (#7221)
Sanitize throws error if an object contains an array with 1) an invalid
value and 2) too few items. The list of problems contains the path to
the array twice and tries to remove the invalid element from the already
deleted array.

Config object:

```json
 "customPolyglot": [
   "japanese"
 ]
```
2025-12-12 09:55:23 +01:00
..
__tests__ fix(config): sanitize config failing on array with multiple problems (@fehmer) (#7221) 2025-12-12 09:55:23 +01:00
docker chore: bump node version 2025-10-31 14:18:59 +01:00
scripts chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
src fix(config): sanitize config failing on array with multiple problems (@fehmer) (#7221) 2025-12-12 09:55:23 +01:00
static impr(quotes): add english quote (@lorenzjdr) (#7214) 2025-12-11 17:13:49 +01:00
vite-plugins build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
.eslintrc.cjs chore(eslint): add rule to protect against accessing __testing outside of test files 2025-09-01 14:25:58 +02:00
.firebaserc_example
.oxlintrc.json chore: change oxlint config to jsonc 2025-09-11 22:04:48 +02:00
firebase.json
package.json chore: add script to deploy preview frontend 2025-12-10 14:35:22 +01:00
tsconfig.json build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
vite.config.ts build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00
vitest.config.ts build: combine vite config into a single file (@fehmer) (#7190) 2025-12-05 19:45:12 +01:00