diff --git a/.eslintrc.json b/.eslintrc.json index 2bb6282..90bf6ac 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -248,6 +248,7 @@ "error", { "default": "array-simple" } ], + "@typescript-eslint/ban-types": "error", "@typescript-eslint/consistent-type-definitions": [ "error", "interface"