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"],