From 1b89efd2889f8e50002dffe50502a43c1bd4ca15 Mon Sep 17 00:00:00 2001 From: Belma Gutlic Date: Sat, 11 Jan 2020 20:23:33 +0100 Subject: [PATCH] Force interface name prefix --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 46054ea..b182f12 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,7 +15,7 @@ "@typescript-eslint/indent": ["error", 2], "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/interface-name-prefix": "off", + "@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }], "no-console": "warn" } }