Fix 9 bugs and add 103 tests for core anonymization, config, and routing (#669)

This commit is contained in:
Thomas Durieux
2026-04-15 09:41:00 +02:00
committed by GitHub
parent 261eaa8d79
commit 188066e91d
23 changed files with 2630 additions and 39 deletions
+5
View File
@@ -30,7 +30,12 @@ export default tseslint.config(
after: "readonly",
beforeEach: "readonly",
afterEach: "readonly",
__dirname: "readonly",
console: "readonly",
},
},
rules: {
"@typescript-eslint/no-unused-expressions": "off",
},
}
);