From ae5f8df92ff1e600bb2199212297383adcbf64ed Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 7 Jan 2024 01:53:00 -0600 Subject: [PATCH] fix eslint rule --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a1cc7f7..5869e07 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -35,7 +35,7 @@ module.exports = { '@typescript-eslint' ], rules: { - 'InferGetStaticPropsType': 'wanr', + 'InferGetStaticPropsType': 'warn', 'space-before-function-paren': 'off', '@typescript-eslint/space-before-function-paren': 'off', '@typescript-eslint/strict-boolean-expressions': [