From c3129d40e0cf4947db790c7b5a16e3adb49ee55c Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 20 Feb 2021 20:41:42 +0100 Subject: [PATCH] ESLint: Remove @typescript-eslint/interface-name-prefix rule The check was removed from typescript-eslint and replaced by the naming-convention rule. Signed-off-by: David Mehren --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8dd058c86..3bb81225a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,6 @@ module.exports = { jest: true, }, rules: { - '@typescript-eslint/interface-name-prefix': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-unused-vars': [ 'warn',