From 32fa1335ae37ec6ecbb58959248be361605f961f Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:42:23 -0700 Subject: [PATCH] fix eslint --- eslint.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 633f77e..0473b18 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -4,9 +4,10 @@ import tseslint from 'typescript-eslint'; export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, { rules: { '@typescript-eslint/ban-ts-comment': [ + 'error', { 'ts-expect-error': false, - 'ts-nocheck': false, + 'ts-nocheck': false, 'ts-check': true, }, ],