Skip to content

Commit c3c5a83

Browse files
vacekjbardgravityblastboudra
authored
matching estimates (#142)
* 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]>
1 parent cfdc111 commit c3c5a83

13 files changed

+2089
-6907
lines changed

.eslintrc.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ module.exports = {
88
project: `./tsconfig.json`,
99
},
1010
parser: "@typescript-eslint/parser",
11-
plugins: ["@typescript-eslint"],
11+
plugins: ["@typescript-eslint", "no-only-tests"],
1212
root: true,
1313
rules: {
1414
"no-unused-vars": "off",
15+
"no-only-tests/no-only-tests": "error",
1516
"@typescript-eslint/no-misused-promises": [
1617
"error",
1718
{

0 commit comments

Comments
 (0)