From 9daa8694190c1843dbb4486534fcbe0d8435e90c Mon Sep 17 00:00:00 2001 From: tjcouch-sil Date: Fri, 5 Jan 2024 09:02:59 -0600 Subject: [PATCH] Removed no-non-null-assertion as it is covered by no-type-assertion --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0191503..bf5fbe4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,6 @@ module.exports = { }, ], '@typescript-eslint/no-explicit-any': 'error', - '@typescript-eslint/no-non-null-assertion': 'error', 'no-redeclare': 'off', '@typescript-eslint/no-redeclare': 'error', 'no-restricted-imports': [