diff --git a/eslint.config.mjs b/eslint.config.mjs index 9c91a01..dc49279 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -35,6 +35,8 @@ export default [ rules: { "no-console": "error", + // We have type-hinted functions that in their dummy implementations return static data + "@typescript-eslint/require-await": "off", }, }, ]; \ No newline at end of file