From 660f2ef63a863f20573e7900489b45a084c09dc9 Mon Sep 17 00:00:00 2001 From: David Graham Date: Wed, 31 Jul 2024 12:12:07 -0400 Subject: [PATCH] fix errors produced by build --- client/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/eslint.config.js b/client/eslint.config.js index 30cf2c07..77efb3c8 100644 --- a/client/eslint.config.js +++ b/client/eslint.config.js @@ -37,7 +37,7 @@ export default [ name: 'ts-migration-relax', files: ['**/*.{ts,tsx}'], rules: { - '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-empty-interface': 'off', '@typescript-eslint/no-empty-function': 'off', },