From 1779517f5cfa982c22b0df60383613a5d93df4be Mon Sep 17 00:00:00 2001 From: Divlo Date: Mon, 6 Feb 2023 23:52:11 +0100 Subject: [PATCH] feat: add `@typescript-eslint/ban-types` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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"