From 3a7bb4274accb080f1f7747b7f845ae4b360bb24 Mon Sep 17 00:00:00 2001 From: jacques metevier Date: Wed, 28 Jun 2023 14:10:21 -0700 Subject: [PATCH] chore(deps): eslint warn --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d42608a7a..2a3fa1f36 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,7 +25,8 @@ module.exports = { } ], '@typescript-eslint/camelcase': 'off', - '@typescript-eslint/explicit-function-return-type': 'off' + '@typescript-eslint/explicit-function-return-type': 'off', + '@typescript-eslint/ban-ts-comment': 'warn' }, settings: { react: {