monkeytype/frontend
Jack ceedf8ace2
refactor: enable no-unsafe-call rule (@miodec) (#5883)
### Description

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [ ] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [ ] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@your_github_username)
-->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

Closes #

<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->

<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
2024-09-13 15:18:00 +02:00
..
__tests__ refactor: move file 2024-09-13 13:27:16 +02:00
docker chore: switch from npm to pnpm (#5690) 2024-07-30 22:36:19 +02:00
scripts chore: add more eslint rules (#5687) 2024-07-30 18:17:58 +02:00
src refactor: enable no-unsafe-call rule (@miodec) (#5883) 2024-09-13 15:18:00 +02:00
static feat(language): add javascript react language (@bdsqqq) (#5873) 2024-09-13 13:26:57 +02:00
.eslintrc.cjs refactor: restructure project to a true monorepo (#5626) 2024-07-22 15:08:11 +02:00
.firebaserc_example chore: add missing example file 2023-08-21 11:16:10 +02:00
firebase.json chore: output version to version.json 2024-07-26 18:17:08 +02:00
gulpfile.js build: replace webpack with vite (#5096) 2024-02-22 02:24:20 +01:00
knip.json added knip to find unused exports 2023-08-10 18:32:33 +02:00
package.json chore: upgrade slim-select (@miodec) (#5884) 2024-09-13 14:49:26 +02:00
tsconfig.json refactor: restructure project to a true monorepo (#5626) 2024-07-22 15:08:11 +02:00
vite.config.dev.js impr(dev): add quick login button to frontend dev modal 2024-07-27 16:48:58 +02:00
vite.config.js chore: rebuild all files instead of just what changed 2024-08-09 17:01:10 +02:00
vite.config.prod.js fix: missing env definition 2024-07-27 18:10:08 +02:00
vitest.config.js chore: fix tests using machine timezone (@fehmer) (#5740) 2024-08-08 12:10:11 +02:00