Skip to content

Commit

Permalink
matching estimates (#142)
Browse files Browse the repository at this point in the history
* feat: matching estimates

* chore: update to match latest main

* chore: fix lint

* chore: fix dev fly deploy on arm64

* feat: updates

* feat: updates

* feat: updates

* feat: updates

* chore: fixes

* WIP: extract _calculate logic

* chore: fix tests

* chore: address feedback from PR

* chore: address feedback from PR

* fix: reindex from scratch again

* fix: tests and don't coerce

* fix: upgrade typescript to latest and fix tsconfig error according to tsc

* fix: lint

* fix: rollback vitest to 0.34.5

---------

Co-authored-by: Massimiliano Mirra <[email protected]>
Co-authored-by: Andrea Franz <[email protected]>
Co-authored-by: Mohamed Boudra <[email protected]>
  • Loading branch information
4 people authored Oct 13, 2023
1 parent cfdc111 commit c3c5a83
Show file tree
Hide file tree
Showing 13 changed files with 2,089 additions and 6,907 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ module.exports = {
project: `./tsconfig.json`,
},
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
plugins: ["@typescript-eslint", "no-only-tests"],
root: true,
rules: {
"no-unused-vars": "off",
"no-only-tests/no-only-tests": "error",
"@typescript-eslint/no-misused-promises": [
"error",
{
Expand Down
Loading

0 comments on commit c3c5a83

Please sign in to comment.