From 084d11c63aebd0afc516931a11bddac9b24b3b18 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 23 Jan 2025 16:32:24 +0000 Subject: add ban-ts-comment rule as warn (#7541) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 8f8383bcc..e25c9835e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -93,6 +93,7 @@ module.exports = { ], }, ], + '@typescript-eslint/ban-ts-comment': 'warn', }, ignorePatterns: [ '**/__mocks__/*.ts', -- cgit 1.4.1