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': [