fix: 删除 debugger

This commit is contained in:
hzm
2026-02-23 23:47:24 +08:00
parent 62180be8ac
commit fe1f67407d
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ const config = [
...nextCoreWebVitals,
{
rules: {
'react-hooks/set-state-in-effect': 'off'
'react-hooks/set-state-in-effect': 'off',
'no-debugger': 'error'
}
}
];