fix: 删除 debugger
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user