From f959060952180df68a9bf7caf717645eb3bda68c Mon Sep 17 00:00:00 2001 From: Coby Date: Thu, 12 Dec 2024 17:49:04 -0500 Subject: [PATCH] diable namespace lint rule --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 77a3dad..20654df 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,6 +13,9 @@ "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended" ], + "rules": { + "@typescript-eslint/no-namespace": "off" + }, "overrides": [ { "files": ["src/schema.ts"],