From b07d61a895a3ab3b8d99dc5912fcc3a7cc96183e Mon Sep 17 00:00:00 2001 From: bluwy Date: Wed, 12 Jul 2023 07:14:48 +0000 Subject: [PATCH] [ci] format --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0c2ebff20..2e31d2fa7 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -44,7 +44,7 @@ module.exports = { '@typescript-eslint/restrict-template-expressions': 'off', '@typescript-eslint/sort-type-constituents': 'off', '@typescript-eslint/unbound-method': 'off', - "@typescript-eslint/no-explicit-any": 'off', + '@typescript-eslint/no-explicit-any': 'off', // These rules enabled by the preset configs don't work well for us '@typescript-eslint/await-thenable': 'off',